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


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



body{
	background:#171717 url("img/fondo.jpg") no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	font-weight:normal;
	color:#fff;
}

#todo{
	background: url("img/superior.jpg") no-repeat top;
	position:relative;
	margin: 0 auto;
	width:990px;
}

#superior{
	height:110px;
}

#logo{
	display:block;
	float:left;
	margin: 10px 30px;
}
#granfort{
	display:block;
	float:right;
	margin: 10px 80px;
}

#menuhorizontal{
	position:absolute;
	left: 500px;
	top:75px;
}

#menuhorizontal a{
	display:block;
	float:left;
	padding:14px;
	margin: 2px;
	font-size: 12px;
	font-weight:bold;
	color:#BEC4CE;
	background:#29374f url("img/degr-azul.gif") repeat-x top;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
#menuhorizontal a:hover{
	background:#873433 url("img/degr-rojo.gif") repeat-x top;
	color:#fbb;
}

#central{
	background: #fff url("img/central.gif") repeat-x top;
	padding: 25px;
	height: auto !important;
	height: 520px;
	min-height: 520px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#lateral{
	background: url("img/linea.gif") no-repeat top right;
	width:270px;
	float:left;
	margin-right: 20px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}


h1{
	color:#A7AFBF;
	font-size: 32px;
	text-transform:uppercase;
	font-weight:normal;
	padding: 5px 0 20px 20px;
}
h2{
	padding: 10px 0 5px 30px;
	color:#873433;
	font-size:16px;
}
p{
	font-size:12px;
	padding: 5px;
	color:#000;
	line-height: 120%;
}
li{
	font-size:11px;
	margin: 0 30px 2px 380px;
	color:#831400;
}
li span{
	color:#152E04;
}

#inferior{
	margin: 5px auto;
	text-align:center;
	font-size:9px;
	line-height:150%;
	color:#aab;
}
#inferior a{color:#6c7991;}
#inferior a:hover{color:#B26766;}



