/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#EADC92;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4D1208;
	font-size:11px;
}
#bottom{
	height:59px;
	width:100%;
	background-image:url('../img/bottom.gif');
	background-repeat:repeat-x;
	background-color:#D7BD32;
	position:absolute;
	bottom:0px;
}
#middle{
	height:394px;
	width:100%;
	bottom:59px;
	background-color:#4D1208;
	background-image:url('../img/bg_lateral.gif');
	border-top:3px solid #D7BD32;
	position:absolute;
}
#bg_menu{
	height:394px;
	width:234px;
	position:absolute;
	background-image:url('../img/bgmenu.jpg');
	background-repeat:no-repeat;
}
#menu{
	width:152px;
	height:31px;
	float:right;
	margin-top:110px;
	text-align:right;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li{
	margin:0;
	padding:0;
	list-style-type:none;
	height:22px;
}
#menu a{
	width:132px;
	height:18px;
	background-image:url('../img/off.gif');
	background-repeat:no-repeat;
	background-position:middle center;
	font-size:12px;
	color:#990028;
	font-weight:bold;
	padding-right:20px;
	display:block;
	text-decoration:none;
	padding-top:2px;
}
#menu a:hover{
	background-image:url('../img/on.gif');
	font-style:italic;
}
#bg_txt{
	background-color:#F5EFCC;
	height:394px;
	width:770px;
	position:absolute;
	left:234px;
	background-color:#FFFFFF;
}
#txt{
	background-color:#F5EFCC;
	height:302px;
	width:680px;
	position:absolute;
	bottom:35px;
	left:35px;
	border:1px dotted #986B1F;
	padding:10px;
	background-image:url('../img/espiga.jpg');
	background-position:right;
	background-repeat:no-repeat;
	overflow:auto;
}
#texto_somos{
	width:330px;
	height:302px;
	float:left;
}
#somos{
	background-image:url('../img/somos.gif');
	background-position:right;
	background-repeat:no-repeat;
	height:302px;
	width:349px;
	float:right;
}
#logo{
	width:261px;
	height:239px;
	position:absolute;
	left:10px;
	bottom:350px;
	border:none;
}
#pie{
	left:50%;
	margin-left:-170px;
	width:340px;
	height:20px;
	color:#000000;
	text-align:center;
	position:absolute;
	bottom:15px;
	font-size:10px;
}
#disenador{
	width:400px;
	height:20px;
	color:#000000;
	text-align:right;
	position:absolute;
	right:10px;
	top:5px;
}
#contador{
	width:400px;
	height:20px;
	color:#000000;
	text-align:left;
	position:absolute;
	left:10px;
	top:5px;
}
#titulo{
	width:272px;
	height:24px;
	background-image:url('../img/titulo.gif');
	background-repeat:no-repeat;
	position:absolute;
	bottom:454px;
	left:700px;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}

a{
	color:#990028;
	text-decoration:none;
}
a:hover{
	color:#990028;
	text-decoration:underline;
}