@charset "utf-8";
html {margin: 0; padding: 0;}

body {margin: 0; padding: 0; font-family: verdana, sans-serif; font-size: 80%;
           background:#aebe91;}
            /*** Image is 180px wide, and 20px high ***/

pre {margin: 0; font-family: verdana, sans-serif; font-size: .9em;}

a {
	text-decoration: none;
	color: #3366CC;}
	
A:hover {color: #3366CC; text-decoration: none;
font-weight:bold}



	
	

.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}

.menu {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	
	
}


h1, h2 {
font-size: 15px;
margin: 0;
color: #040;
background-color: #ffffff;  
border-top: 4px solid #000;
border-bottom: 5px solid #000;
}

h2 {background-color: #638; color: #fff; text-align: center;}

h3 {
font-size: 20px;
color:#333300;
}


div#leftbox {     
position: absolute;
left: 0px;
width: 173px;
color:#003300;
background-color:#aebe91;
padding-top: 10px;
overflow:hidden;
}

#middlebox {
margin: 0 18% 0 173px;
border-left: 3px solid #000;
border-right: 3px solid #000;
min-height:768px;
padding: 10px;
background-color: #dda; 
overflow:hidden;    
}

div#rightbox {
	position: absolute;
	right: 24px;
	width: 173px;
	color: #820;
	padding-top: 10px;
	height: 16px;
	top: 80px;
	
}

#menuh {
	font: 180% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 4px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}


#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #DBEBF6;
}

#menutop {
	position:absolute;
	left:729px;
	top:64px;
	width: 251px;
}

