/*
	ESTILOS PARA TEXTO
*/

/*	BOTONES DE MENU	*/
.menu-buttons{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	margin: 3px;
	margin-right: 14px;
	margin-left: 14px;
	font-weight: 700;
	text-decoration: none;
}

.texto-gris{
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}

.resaltado-negro{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: 800;
}



.detalle-contacto{
	font-family: Tahoma;
	font-size: 11px;
	color: #00557D;
	border: 1px solid #006699;
	background-color:#D0DDFB;
	padding:4px;
	vertical-align:bottom;
	font-weight: 700;
}

.detalle-email{
	font-family: Tahoma;
	font-size: 13px;
	color: #006699;
}

.detalle-email:hover{
	color: #FF6600;
}

.resaltado_azul{
	font-size:14px;
	color: #003366;
}


/*******		ENCABEZADOS Y TITULOS 		********/

.titulo-marron{
	font-family: Tahoma;
	font-size: 14px;
	color: #AA6909;
	text-decoration: none;
}

.encabezado-gris-grande{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #666666;
}

.encabezado-azul-grande{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #0099CC;
}

/*		ENLACES		*/

.link_naranja{
	font-family: Tahoma;
	font-size: 12px;
	color: #FF9933;
	text-decoration: underline;
}

.link-azul{
	font-family: Tahoma;
	font-size: 12px;
	color: #0099CC;
}
