
a {
	text-decoration: none;
	color: #fa0;
}

a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.enlacesFuera {
	text-decoration: none;
	color: #530;
}	

.enlacesFuera:hover {
	text-decoration: underline;
}	

body {
	margin:0;
	background-color:#B4FF1E;
	background-image:url(grafics/fondo.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
}

.enlace {
	text-decoration: none;
	color: #840;
}

.enlace:hover {
	text-decoration: underline
}

.botonFormularios {
	background-image: url(grafics/botonForm.png);
	background-position: top;
	background-color: #5588cc;
	color: #FFFFFF;
	border: #003377 1px solid;
}

.textoFormularios {
	background-color: #FFFFFF;
	background-image: url(grafics/textoForm.png);
	background-position: top;
	background-repeat: repeat-x;
	border: #7f9db9 1px solid;
	width: 170px;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

.textoFormulariosGRANDE {
	background-color: #FFFFFF;
	background-image: url(grafics/textoForm.png);
	background-position: top;
	background-repeat: repeat-x;
	border: #7f9db9 1px solid;
	width: 280px;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

.textoFormulariosGRANDEbloq {
	background-color: #DDDDDD;
	border: #7f9db9 1px solid;
	width: 280px;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.imagenBorder {
	border: #000000 1px solid;
}
