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


p{
	padding:8px 0 8px 0;
	margin:0;
}


.textogrande{
	font-family: 'Droid Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	line-height: 26px;
	font-stretch:ultra-condensed;
	text-decoration:none;
}

.textoblanco{
	color:#FFFFFF;
}

.textoverde{
/*	color: #00FF00;*/
	color:#353535;
	text-decoration:none;
}

.textoazul{
	/*color: #00FFFF;*/
	color:#353535;
}

.textomarron{
	/*color: #B1953A;*/
	color:#353535;
}

.textorojo{
	/*color: #FF1D25;*/
	color:#353535;
}


li{
	list-style:none;

}


.titulo_peq{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	line-height: 16px;
	font-stretch:ultra-condensed;
}


.magenta{
	/*color:#FF7BAB;*/
	color:#353535;
}
.naranja{
/*	color:#FF921E;*/
	color:#353535;
}
.textotituloseccion{
	color: #353535;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-stretch:condensed;
	font-weight:700;
}

.textotituloseccion a{
	color: #353535;
	text-decoration: none;

}

.textotituloseccion a:visited{
	color: #353535;
}


.textomenu a{
	color: #808080;
	font-family: 'Droid Sans', sans-serif;
	font-size:9px;
	text-decoration:none;
}
.textomenu {
	color: #808080;
	font-family: 'Droid Sans', sans-serif;
	font-size:9px;
}

.textocomun {
	color: #808080;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
}

.textocomun a{
	color: #808080;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;

}


#titulo_seccion{
	text-align:left;

}

#menu{
	text-align:right;
}


.leer_mas{
	font-size:10px;
	color:#00AEEF;

}