@charset "utf-8";
/* CSS Document */

.textoGris11 {
	font-size: 11px;
	/*color: #A8ADB4;*/
	color: #666666;
	text-align: justify;
}

.textoGris12 {
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

.textoNaranja12
{
	font-size: 12px;
	color: #EC8000;
	text-align: justify;
}

.tituloNaranja14Negrita
{
	font-size: 14px;
	color: #EC8000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
}

.tituloBlanca12Negrita 
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
}

.textoBlanco11
{
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}

.textoBlanco12
{
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

/*_____________________________________________________________*/

.link1:link 
{
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
.link1:visited 
{
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
.link1:active 
{
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;

}
.link1:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/*_____________________________________________________________*/

.linkGris:link 
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
.linkGris:visited 
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
.linkGris:active 
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;

}
.linkGris:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/*_____________________________________________________________*/

.linkNaranja:link 
{
	text-decoration: none;
	font-size: 12px;
	color: #EC8000;
}
.linkNaranja:visited 
{
	text-decoration: none;
	font-size: 12px;
	color: #EC8000;
}
.linkNaranja:active 
{
	text-decoration: none;
	font-size: 12px;
	color: #EC8000;

}
.linkNaranja:hover {
	text-decoration: none;
	color: #CCCCCC;
}
