@charset "utf-8";

img, div { behavior: url(iepngfix.htc) }	
body {
	background-image: url(img/intro.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}


#banner {
	height: 685px;
	width: 1006px;
	text-align: center;
}



#contenedor {
	width: 1006px;
	height: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}




/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#div_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(imagenes/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;
}
