@charset "utf-8";
p {margin: 0;} 

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F8C273;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.base #container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E5DFC7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DE945D;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container a{
color: #9F4801;
text-decoration: underline;
}

#container a:hover,#footer a:focus {
color: #5D8908;
text-decoration: underline;
}

.base #datos {
	height: 34px;
	background: #DD6810; 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	text-align:right;
	
}

.base #logo {
	background: #EEE9D5; 
	
}

.base #mainContent {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 20px;
	background: #E5DFC7;
}


#footer{
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #A05822;
	padding: 14px 10px 0 10px;	
	color: #fff;
}

#footer a{
color: #F9F0B2;
text-decoration: none;
}

#footer a:hover,#footer a:focus {
color: #F7DF3B;
text-decoration: none;
}


/***------------------------------------ MENU HORIZONTAL ***/
#header-nav-bottom {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #000000;
	background: #B1A678;
}

#header-nav-bottom ul {	
	margin: 0px;
	padding-left: 70px;
	list-style: none;
}	

#header-nav-bottom li {
	float:left;
	white-space: nowrap;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 0.9em 0em 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 0.9em 0em 0.9em;
	color: #796E3F;
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}
