@charset "utf-8";
/* CSS Document */

.textonegrita {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #31050E;
}
.tituloseccion {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #31050E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #31050E;
	float: left;
	width: 590px;
}
.textogrus {
	font-family: Verdana;
	font-size: 0.6em;
	color: #CCCCCC;
	font-weight: normal;
}

.subtítulo {
	font-family: Verdana;
	color: #FE0000;
}

.texto {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: normal;
	color: #7F2E3F;
}
.texto a {
	color: #7F2E3F;
	text-decoration: none;
}
.texto a:hover {
	text-decoration: underline;
}

.textorojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FF0000;
}
.textogrus a {
	color: #CCCCCC;
	text-decoration: none;
}
.textogrus a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.textoblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
}
.puntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #7F2E3F;
}
.textopequeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
}
.textopequeno a {
	font-weight: bold;
	color: #000000;
}

