@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding:0;
	outline: 0;
	border-width:0;
}


body{
	background-color:#603d25;
	background-image:url("img/degradado.jpg");
	background-repeat:repeat-x;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#todo{
	background-image:url("img/fondo.gif");
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	margin:30px auto 0 auto;
	padding:0;
	width:895px;
	height:597px;
}

a{
	color:#bb0000;
	text-decoration:none;
}
a:hover{
	color:#FF831F;
}

#lateral{
	position:absolute;
	left:5px;
	top:20px;
	width:188px;
	text-align:center;
}

#lateral a{
	display:block;
	font-size:14px;
	color:#ffffff;
	width:140px;
	margin:10px auto 30px auto;
	padding:20px 0 20px 0;
	font-weight:bold;
	border:#880000 1px solid;
}

#lateral a:hover{
	border:#ff6600 1px solid;
	background-color:#A70000;
}

#central{
	position:absolute;
	left:200px;
	top:4px;
	width:691px;
	height:511px;
	overflow:no;
}

#direccion{
	position:absolute;
	left:10px;
	top:528px;
	width:176px;
	color:#000000;
	text-align:center;
	font-size:10px;
	line-height:140%;
}
#direccion a{	color:#550000;}
#direccion a:hover{	color:#ffaa00;}

#inferior{
	position:absolute;
	left:200px;
	top:528px;
	width:691px;
	text-align:center;
}