@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/*background-color: #BABCA5;*/
	background-color: #d1d1bb;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.oneColFixCtrHdr #header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #006600;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

/* Menu navegacion */
#navi {  
	list-style:none;
}

#navi ul {
	text-align:center;
}

#navi li {
	padding:0;
	float:left;
}
#navi li a {
	display:block;
	width:105px;
	margin-right: 6px;
	margin-left: 6px;
	text-decoration:none;
	text-align:center;
	color:#006600;
	padding-top: 1px;
	padding-bottom: 8px;
	height: 10px;	
	/*margin-top: 1px;
	margin-bottom: 4px;*/
}

#navi li a:hover {
	color:white;
	background-color:#d1d1bb;
	border-left:2px solid #003200;
}

#navi li a:active {
	color:#053f07;
	background-color:#9eae9f;
}

.style1 {
	font-size: 8.3pt;
	font-weight: bold;
	letter-spacing: -0.7pt;
}
