@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#BF5C05;}
a:hover{color:#FF7800;}
a img {border-width:0;}


body{
	background:#122A01 url("img/fondo.gif") repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	font-weight:normal;
	color:#000;
}

#todo{
	background: url("img/central.gif") repeat-y;
	position:relative;
	margin:0 auto;
	width:1000px;
}
#superior{
	background: url("img/superior.gif") no-repeat;
	width:1000px;
	height: 50px;
}

#deco{
	position:absolute;
	left: 25px;
	top: 50px;
}

#columna{
	position:absolute;
	left: 193px;
	top: 50px;
	width: 191px;
	padding: 10px 0;
	background:#3B760E url("img/fondo-menu.gif") repeat-y;
	text-align:center;
	height: auto!important; /* para los browsers buenos */
	height: 570px; /* para internet explorer */
	min-height:570px;
}

#columna p{
	padding: 2px 5px !important;
	margin: 0 !important;
	text-align:center;
	color:#fed !important;
	font-size: 9px;
}
#columna a{
	color:#D1EFBB;
	font-weight:bold;
}
#columna a:hover{
	color:#fe5;
}

#menu{
	margin: 15px 0;
	border-top:#F2F3F0 1px solid;
}

#menu a{
	display:block;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	padding: 6px 20px;
	background-color:#2D4A16;
	color:#fea;
	text-transform:uppercase;
	border-bottom:#F2F3F0 1px solid;
}

#menu a:hover{
	color:#fff;
	background:#2D4A16 url("img/fondo-seleccionado.gif") repeat-y left;
	padding-left: 30px;
}


#central{
	width: 550px;
	margin-left: 385px;
	padding: 20px;
	height: 550px !important;
	background: url("img/logofondo.gif") no-repeat bottom right;
	overflow-y:auto;
}

h1{
	font-size: 25px;
	font-weight:normal;
	letter-spacing: 2px;
	padding: 10px 0;
	color:#95AC82;
	background: url("img/linea.gif") no-repeat left bottom;
}

h2{
	font-size: 17px;
	color:#469208;
	margin: 5px 20px;
}

#central p{
	padding: 10px 30px;
	line-height: 160%;
	color:#244906;
}

li{
	margin: 0 40px;
	padding: 4px 20px;
	color:#245906;
	list-style-type: none;
	background: url("img/punto.gif") no-repeat left;
}

#inferior{
	background: url("img/inferior.gif") no-repeat;
	width:1000px;
	height: 50px;
}

#arundanet{
	display:block;
	position:absolute;
	left: 40px;
	top: 30px;
}
