.links {
	font-family: Tahoma;
	font-size: 10px;
	color: #cc3333;
	text-decoration: none;



}
a.links:hover {
	color: #FFCC00;
}
.texto-simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;


}
.fields {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;

}
.texto-blanco {

	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
a.texto-blanco:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.texto-foot-links {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CC3333;
	text-decoration: none;


}
	a.texto-foot-links:hover {
	color: #006699;
	text-decoration: none;
}
.texto-simple-bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
	a.texto-simple-bold:hover {
	color: #339933;
	text-decoration: none;
	}
.texto-simple {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.titulos {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.texto-foot {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.texto-table {


	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.titulos {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: none;
}

input.btn {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
.titulo-boletin {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:right;
}
.titulos2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: none;
}
.titulos3 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.titulos4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.mensaje_error {
	font-family:Tahoma;
	background-color:#FF0000;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

.mensaje_ok {
	font-family:Tahoma;
	background-color: #006600;
	font-size:10px;
	color: #FFFFFF;
	text-align:center;
}