@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#070584;}
a:hover{color:#FD8902;}
a img {border-width:0;}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:13px;
	font-weight:normal;
	color:#472A0B;
	background: #BDBDBD url("../img/fondo.gif") repeat-x top;
}

#todo{
	background-color:#fff;
	position:relative;
	margin:0 auto;
	width:990px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}

#superior{
	width:990px;
	height:140px;
	background-color:#FF7103;
	background-repeat: no-repeat;
}
#logo{
	display:block;
	position:relative;
	left:10px;
	top:10px;
	width: 200px;
}
#menusuperior{
	position:absolute;
	left:190px;
	top:109px;
}

#menusuperior a{
	display:block;
	float:left;
	height:18px;
	width:auto;
	padding:2px 12px;
	color:#FDD8AD;
	font-size: 14px;
	font-weight:bold;
	background-color:transparent;
}

#menusuperior a:hover{
	background:#070584 url("../img/menu-sup-sel.gif") repeat-x top;
	color:#ffe;
}

#central{
	padding: 2px 20px 20px 10px;
	width:960px;
	height: auto !important;
	height: 840px;
	min-height: 840px;
	background: #fff url("../img/fondo-central.gif") repeat-x top;
}

#central h1{
	font-size: 23px;
	color:#FD8902;
	margin-bottom: 15px;
}


#menu{
	float:left;
	width:180px;
	background-color:#eeeeee;
	padding:20px 10px 10px 10px;
	margin: 0 20px 20px 0;
}

#menu h1{
	font-size:13px;
	color:#000000;
	border-bottom:#FDD8AD 1px solid;
	margin: 4px 0;
}

#menu a{
	display:block;
	width: 160px;
	padding:3px 5px 3px 15px;
	color:#070584;
	font-size: 11px;
	background-image:url("../img/cuadro4x4.gif");
	background-position:3px center;
	background-repeat:no-repeat;
}

#menu a:hover{
	background-color:#FE6D00;
	color:#ffe;
}

#contenido{
	float:right;
	width: 740px;
	margin: 20px 0;
}

#buscar{
	border:#FB8A00 2px solid;
	background: #E1E1E1 url("../img/lupa.gif") no-repeat 4px;
	padding:3px 5px 3px 25px;
	width: 200px;
}

#buscarsuperior{
	position:absolute;
	left: 760px;
	top: 10px;
	border:#613800 1px solid;
	background: #fff url("../img/lupa.gif") no-repeat 4px;
	padding:2px 5px 2px 25px;
	width: 160px;
	opacity:0.9;
}

#inferior{
	display:block;
	clear:both;
	color:#000000;
	width:990px;
	height:105px;
	background: #eee url("../img/inferior.gif") no-repeat;
}

#enlacearundanet{
	display:block;
	position:relative;
	left: 140px;
	top: 10px;
	width: 230px;
	height: 80px;
}

#botonesinferior{
	position:relative;
	left: 540px;
	top: -5px;
	width:440px;
}

#botonesinferior a{
	font-size: 11px;
	font-weight:bold;
	color:#9A9793;
	margin: 0 10px;
}

#botonesinferior a:hover{
	color:#FD8902;
}
