@charset "utf-8";

/* CSS Document */

.tdborde_blanco{
	background-color: #FFFFFF;
	font-size: 6px;
}


.fuente_normal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

.fuente_normal_blanca {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;	
}

.fuente_p {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;	
}




a{
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	text-decoration: underline;
	font-family: "Trebuchet MS";
	
}
.borde_img {
	border: 4px solid #FFFFFF;
}
.titulo1 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;	
}

.titulo2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #474743;
	text-align: left;
}

.texto_gris {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}

.texto_gris_negrita {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}