.blanco_10 {
	font-size: 10px;
	color: #FFFFFF;
}

.tituloGris{
	font-size: 24px;
	color: #666666;
	text-align: justify;

}

.tituloAzul{
	font-size: 22px;
	color: #262D3F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
.tituloRojo{
	font-size: 18px;
	color: #990000;

}

.textoGris{
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

.textoRojo{
	font-size: 11px;
	color: #990000;
}

.textoGrisSep{
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	font-variant: normal;
	text-align: justify;
}

.textoGris10{
	font-size: 10px;
	color: #454545;
	text-align: justify;

}

/* link */
.link:visited {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
}
.link:active {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
}
.link:link {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
}
.link:hover {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

/* link 2*/
.link2:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.link2:active {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.link2:link {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.link2:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}

/* link BLANCO 10*/
.link_Blanco:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link_Blanco:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link_Blanco:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link_Blanco:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

/* link TExtoNormal*/
.linkNormal:visited {
	font-size: 11px;
	color: #1F2230;
	text-decoration: none;
}
.linkNormal:active {
	font-size: 11px;
	color: #1F2230;
	text-decoration: none;
}
.linkNormal:link {
	font-size: 11px;
	color: #1F2230;
	text-decoration: underline;
}
.linkNormal:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1F2230;
}

