/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#div_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/fondo_head.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#div_head ul {
	margin: 0px;
	padding: 0px;
	width: 605px;
	position: relative;
	margin: 0px auto;
}
#div_head li {
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
	display: inline;
	list-style-type: none;
}
#div_head li a{
	color: #003399;
	text-decoration: none;
}
#div_head li a:hover{
	color: #3C6ED0;
	text-decoration: none;
}
/**/

body {
	background-color: #000000;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	color: f5cfa9;
}


#div_principal {
	padding: 0px;
	height: auto;
	width: 882px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
}
#div_menu {
	padding: 0px;
	height: 310px;
	width: 882px;
	background-image: url(imagenes/arriba.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	float: left;
}
#div_texto {
	margin: 0px;
	float: left;
	height: auto;
	width: 646px;
	padding-top: 0px;
	padding-right: 118px;
	padding-bottom: 0px;
	padding-left: 118px;
	background-image: url(imagenes/fondodiv.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #f5cfa9;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
p {
	padding: 0px;
	padding-bottom: 5px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FEFFFF;
	font-weight: normal;
}
