@charset "utf-8";
/* CSS Document */
/* pie y menu inferior */
#menuh, .cont_pie, #pie3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/*      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxMENU INFERIOR  XXXXXXXXXXXXXXXXXXXXXXXXXXXX   */
#menuh {
	width:100%;
	margin:auto;
	display:block;
	height:35px;
	color:#fff;
	background-image:url(fondo_1px.jpg);
	background-repeat:repeat-x;
}
#menuh ul, #menuh li {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#menuh ul {
	width:600px;
	display:block;
	margin:0px auto;
}
#menuh li {
	float: left;
	height:35px;
}
#menuh a {
	text-decoration: none;
	color: #fff;
	background: #ccc;
	width:100px;
	line-height:35px;
	display: block;
	text-align: center;
	background-image:url(fondo_1px.jpg);
	background-repeat:repeat-x;
}
#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}
#menuh a:hover {
	background: #555;
	color:#63a736;
	background-image:url(fondo_1px.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/*      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PIE  XXXXXXXXXXXXXXXXXXXXXXXXXXXX   */
#pie2{
	display:block;
	height:205px;
	width:1024px;
	margin:0px auto;
	padding:0px;
	background-image:url(http://www.econav.es/imagenes/cabecera_3.jpg);
	background-repeat:no-repeat;
	clear:both;
}