@CHARSET "UTF-8";

* {
	margin: 1px;
	padding: 1px;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
        /*background-color: #F5F5F7;*/
        
        
}

html, body {
   	 height: 100%;
}


.contenedor {
	position: absolute;
	width: 80%;
	top:0%; 
	left:0%; 
       
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;

}
		
	

#home {
	position: absolute;
	top: 0px;
	left: 78px;
	z-index: 100;
}

	#home img {
		border-right: 1px solid #ccc; 
	}

#lateral_izq {
	float:left;
	margin:0px;
	width: 208px;
	height: 653px;
	background: url("../img/lateral.jpg") no-repeat top;

}
	#lateral_izq ul {
				position: relative;
				top: 162px;
				left: 22px;
				_top: 175px;
	}
	#lateral_izq li{
					   list-style: none;
					   text-decoration: none;
					   width:150px; 
					   margin-bottom: 10px;
					   margin-top: 10px;
					   color: #026838;
					   border-bottom: 1px solid #2CAA40;
					   width: 80%;
					   
               
	}
	#lateral_izq a:hover {
		color: #026838;
		
	}
	#lateral_izq a{
		 color: #026838;
		 text-decoration: none;
	}
	#adorno {
		position: absolute;
		background: url("../img/adorno_arbol.jpg") no-repeat top;
		top: 127px;
		left: 208px;
		width: 331px;
		height: 526px;

}

#cabecero_sup {
	position: absolute;
	top: 0px;
	left: 208px;
	
	width: 817px;
	height: 129px;
	background: url("../img/cabe_superior.jpg") no-repeat top;

}

	#cabecero_sup img {
		position: relative;
		top: 38px;
		left:-140px;
	}


#central {
		position: absolute;
		top: 160px;
		left: 570px;
		width: 430px;
		height: 480px;
		

}
	#central h1 {
		
		color: #016938;
		font-size: large;
		_font-size:medium;
		width: 420px;
		_width: 420px;
		text-decoration: none;
		
	}
	#central a{
		
		text-decoration: none;
		width: 430px;
		_width: auto;
		color: #55A23C;
		
	}
	
	#central a:visited {
		color:#1D5B09;
	}
	
	#central a:hover{
		text-decoration:none; 
	}
	
	#central p{
		color: #666;
		width: 400px;
		
		font-size: x-small;
	}
	
		

	#central input {
		border: 1px solid #ccc;
	}
	
	#pagination {
		position:relative;
		float: right;
		margin-right: 90px;
	}
	
	#pagination a {
		color: #8CC63E;
		text-decoration: underline;
		font-size: x-small;
	}
	
.pie{
	
	position:relative;
	_margin-top: 20px;
	
	top: 40px;
	width: 1000px;
	_width: 1000px;
	_top: 2px;
	left: -300px;
	_heigth:100px;
	
}
	
	.pie ul li{
				list-style: none;
                display:inline;
              
                _float:left;
                padding-right: 7px;
                padding-left: 7px;
               
	}
	.pie a {
		margin-left: 0px;
		width: 100px;
		_width: 30px;
	}
	.pie img {
		border: 1px solid #000;
	}



