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


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


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

#todo{
	background-color:#fff;
	position:relative;
	margin:3px auto;
	width:950px;
	border:#5F5950 1px solid;
}
#superior{
	background: url("img/superior.jpg") no-repeat;
	width:950px;
	height: 250px;
}

#logo{
	position:relative;
	left: 30px;
	top: 50px;
}
#logo:hover{
	top: 48px;
}

#menu{
	position:absolute;
	left:20px;
	top:280px;
	width:160px;
	border-right:#DEDEDE 1px solid;
}

#menu a{
	display:block;
	padding:20px 0 20px 40px;
	width:120px;
	color:#360;
	font-size: 14px;
	font-weight:bold;
	background-image:url("img/menu.gif");
	background-position: left center;
	background-repeat:no-repeat;
}

#menu a:hover{
	color:#E5853B;
}

#central{
	width: 720px;
	padding: 0 30px 0 200px;
	height:auto;
}

h1{
	font-size: 23px;
	letter-spacing: 2px;
	padding: 10px 0;
	color:#360;
}

h2{
	font-size: 18px;
	color:#E48438;
	margin: 10px 20px;
}

#central p{
	padding: 10px 30px;
}


#inferior{
	position:relative;
	background: url("img/inferior.jpg") no-repeat;
	text-align:center;
	width: 950px;
	height: 20px;
	padding: 75px 0 5px 0;
	color:#000;
	text-align:center;
	font-size: 9px;
}

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