@charset "utf-8";
/* CSS Document */
body, th, td, input, textarea, select, option {
	font-family:  "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}
body {
	font-size: 13px;
	text-align: justify;
  background-color: #5d7637
 
 }
 
#contenidos {
	padding: 20px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #5E8402;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5E8402;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin: 0;
	padding: 0;
	line-height: 200%;
}

.post {
	padding: 5px 0 0 0;
} 
 

 
 
a:hover {text-decoration: underline}
a {text-decoration: none}


#main {
  border: 7px solid #9fca5e;
	width: 800px;
	margin: 0 auto;
	background: #ffffff
 }

#barra_buscador {
    margin: 0px;
	padding: 5px 5px 5px 5px ;
	text-align: right;
}
 
 
#footer {
font-size: 0.6em;
text-align: center;
margin-top: 70px
}

/* BARRA DEL MENU */
ul#green { 
	margin:0; 
	padding: 0 0 30px 5px; 
	list-style-type:none; 
	border-bottom: 1px solid #060
	}
ul#green li { 
	position:relative; 
	float:left; 
	border-top:4px solid #0C3; 
	margin-right: 15px; 
	padding-right: 20px; 
	padding-top: 0px;
	}
ul#green .current { 
	border-top:4px solid #F60;
	}
ul#green li:hover { 
	border-top:4px solid #3c633c;
	background-color: #CC6
	}
ul#green li a { 
	padding:0px 2px; 
	text-decoration:none; 
	font:bold 12px "Trebuchet MS", "Times New Roman", Arial, Times, serif; 
	color: #060;
	}
ul#green li a:hover { 
	color: #030; 
	border:none; 
	}
ul#green li span{ 
	display:none; 
	position:absolute; 
	top:20px; 
	left:2px; 
	width:160px; 
	font:normal 9px "Trebuchet MS", "Times New Roman", Arial, Times, serif;  
	line-height: 15px;
	}
ul#green li a:hover span {
	margin-top: 3px; 
	display:block; 
	color: #F30;
	}
