@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%;*/
	width: 1024;
	top:0%;
	left:0%;

    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;

}



#home {
	position: absolute;
	top: 0px;
	left: 50px;
	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: 550px;
		width: 470px;
		height: 470px;

}
	#central h1 {

		color: #016938;
		font-size: large;
		_font-size:medium;
		/*width: 500px;*/
		_width: 420px;
		text-decoration: none;

	}
	#central a{

		text-decoration: none;
		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: 800px;
	_width: 800px;
	_top: 2px;
	left: -300px;
	_heigth:100px;

}

	.pie ul li{
				list-style: none;
                display:inline;

                _float:left;
                padding-right: 7px;
                padding-left: 7px;

	}
	.pie ul a{
		width: 100px;
		_width: 100px;
		text-decoration: none;
	}

/** 
 * banners cuadrados, tipo mapa, o tempo, etc ...
 */
 
.bannerCadrado {
	border: 1px solid;
	background-position: top center;
	background-repeat: no-repeat;
	/*background: url("../img/localizador_de_asociacions.png") no-repeat top;*/
		
	height: 335px;
	margin-bottom: 15px;
}
.bannerCadrado p {
	margin: 0;
	border-top: 1px solid #4A9A3B;
	padding: 0 5px;
}
.bannerCadrado a {
	font-size: 10px; 
	font-weight: bold;
	color:#007AA9;
}
.bannerCadrado a:hover {
	text-decoration: underline;
}

/** banner CALENDARIO **/
div.calendario {
	border-color: #8CC63E;
	background-image: url("/media/img/calendar_back.png");	
	padding: 10px 10px 10px 10px;
	width: 432px;
}
table.calendario {
	border: 1px solid #8CC63E;
}
	table.calendario th, table.calendario td {
		border: 1px solid #8CC63E;
		text-align: center;
		vertical-align: middle;
		width: 31px;
		height: 25px;
	}
	table.calendario th {
		background-color:  #8CC63E;
		color: white;
		font-weight: bold;
		_padding-left: 8px;
		_text-align:right;
	}
	table.calendario td {
		font-size: 12px;
			
		_text-align:right;
	}
	table.calendario a {
		font-size: 13px;
		_text-align:right;
		_padding-left: 20px;
	}




