/* CSS Document */
/*Estilos para la pagina contenedora*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image:  url(images/fondo.png);
	background-position: center top;
	text-align: center;
	background-color: #003663;
}
#contenedor {
	-moz-box-sizing: border-box;
	width: 802px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#adornosuperior {
	margin-top: -30px;
	overflow: visible;
    position: relative;
}
#central {
	width: 638px;
	margin: 0px;
	padding: 0px;
}
#contenidomenu {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	background-color: #FFFFFF;
	overflow: hidden;
	width: 159px;
	margin: 0px;
	padding: 0px;
	height: 335px; 
}
#bottom {
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 20px;
	text-align: left;
	width: 800px;
}

#menu {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url(images/bgmenu.jpg);
	background-repeat: no-repeat;
	height: 335px;
	width: 100%;
}
.ligamenu {
	list-style: none;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
    text-align: left;
	color: #000000;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
}
#menu a:hover {
	text-decoration: underline;
}

#menu .seccion {
	margin-top: 10px;
	background-image: url(images/linea.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu .titulo {
	color: #C9F319;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 10px;
}
