/* CSS Document */
.titulo_index_principal{
	text-align:center; width:100%; margin-top:57px;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#E42E11;
	font-weight:bold;
	text-transform:uppercase;
}
.enlace_menu_principal{
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#E42E11;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.enlace_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#B58834;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.enlace_menu2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B58834;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.caja_contacto{
	font-family:"Trebuchet MS";
	font-size:12px;
}
.enlace_descripciones{
	color:#006699;
	text-decoration:none;
}
div#index_subir {
	position: absolute;
	display:none;
	width:50px;
	height:105px;
	left:70px;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) 
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight));
}
