/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(../imagenes/fondo.jpg)
}

/* cambiado a gris antes #00A4E4, lo cambie a bold para que se distinga mejor*/
.textoAzul12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#393A3B;
}

/* cambiado a gris */
.textoAzul12Altura2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#393A3B;
	line-height:1.8;
}


/* cambiado a gris */
.textoAzul12Bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#393A3B;
}

.textoNegro14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.textoAzulIndex14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#00A3E4;
}

/* cambiado a gris */
.textoAzul14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#393A3B;
}

.textoNegro12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:justify;
}

.textoNegro12Centrado {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

.textoNegro16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:justify;
}

.textoNegro16Centrado {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }