/* CSS Document */
/* --------------------- estilos en todas la páginas --------------------- */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clear{
	clear:both;
	height:1px;
	width:100%;
	_margin-top:-20px;
}
#container{
	width:1000px;
	_width:1000px;
	margin:0 auto;
}
/**********estilos del tope***********/
#top{
	background-position: center top;
	height:145px;
	width:1000px;
	background-color:#82a01e;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #0a4b05;
}
#header{
	width:1000px;
	_width:998px;
	text-align:left;
}
#logo, #menutop{
	float:right;
}
#logo img{
	border:0;
}
#torre{
	margin:-125px 0 0 5px;
	position:relative;
	z-index:2;
	width:70px;
	height: 185px;
}
#torre img{
	border:0;
}
img#log{
	margin-top:76px;
	margin-right:75px;
}
#menutop, #menutop ul, #menutop li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#menutop{
	margin-top:109px;	
}
#menutop li{
	float:left;
	width:198px;
	_width:196px;
}
#menutop a{
	width:197px;
	_width:195px;
	height:36px;
	display:block;
	font-size:17px;
	line-height:36px;
	font-family:calibri, Arial, Helvetica, sans-serif;	
	text-decoration:none;
	font-weight:bold;
	color:#0b4c05;
	border-left:1px solid #0a4b05;	
}
/**********estilos del centro***********/
#middle{
	background-position: center top;
	background-color: #FFFFFF;
	height:auto;
	margin-top:-60px;
}
#content{
	width:1000px;
	_width:998px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
/**********estilos del fondo***********/
#footer{
	margin:10px auto 0 auto;
	text-align:center;
	background:#82a01e url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:33px;
	width:1000px;
}
#footer p{
	color:#FFFFFF;
	font-size:13px;
	line-height:31px;
	font-family:calibri, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h3{
	color: white;
	font-size: 6px;
	padding: 0;
	margin: 0;
	line-height: 6px;
}