body {
	margin-top: 0px;
}
a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #339900;
}
.Estilo2 {
	color: #003300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	
}
.Estilo4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003300;
}
.roundedcornr_box_262540 {
   background: #b8d975;
}
.roundedcornr_top_262540 div {
   background: url(roundedcornr_262540_tl.png) no-repeat top left;
}
.roundedcornr_top_262540 {
   background: url(roundedcornr_262540_tr.png) no-repeat top right;
}
.roundedcornr_bottom_262540 div {
   background: url(roundedcornr_262540_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_262540 {
   background: url(roundedcornr_262540_br.png) no-repeat bottom right;
}

.roundedcornr_top_262540 div, .roundedcornr_top_262540, 
.roundedcornr_bottom_262540 div, .roundedcornr_bottom_262540 {
   width: 100%;
   height: 25px;
   font-size: 1px;
}
.roundedcornr_content_262540 { 
	margin: 0 25px; 
}
.verde {
	background-color: #dbecb9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.linkverdemenu {font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A8D8A0;
	background-repeat: repeat-x;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	background-position: center center;
	color: #062E01;
}
.verdeHEAD {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99BA5C;
	background-repeat: repeat-x;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	background-position: center center;
	color: #062E01;
	font-weight: bold;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	
	/* stilos para divs q se contraen y expanden */ 
body {
		margin: 0px; padding: 0px;
		}
	#boton {
		width: 100%; height: 50px;
		background-color:#006600;
	}
		
	#texto {
		width: 100%; height: 0px;
		background-color:#A8C8AA;
		visibility:hidden;
		overflow: hidden;
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	}
	#cuerpo {
		width: 100%;
		height: 50px;
		background-color: B8D975;
	}
	
	
	
	
	
	/* stilos para divs sombreados */ 
	
.blur{
	background: transparent url(shadow1.png);
	/*ruta para la sombra1 */
   color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	
}

.shadow{
	background: transparent url(shadow2.png);
	/*ruta para la sombra2 */
   color: inherit;
	
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	
}

.content{
	background-color: #e3feac; /*color de fondo*/
	color: #202e04; /*color del texto*/
	border:  1px dotted #6b833b; /*color borde*/
	padding: .5em 2ex;
	   
} 
 
 .contentnews{
	background-color: #edfbd2; /*color de fondo*/
	color: #202e04; /*color del texto*/
	border:  1px dotted #6b833b; /*color borde*/
	padding: .3em 1ex;
	   
} 
 
 
 
 
 
 
.weco{
width: 15px;}

.contacta{ width:240px;
height:340px;
padding:4px 4px 4px 4px;
border:  1px dotted #6b833b;
float:left;
margin: 5px;
	}


.campo {border: 1px dotted #96ab6b;
	background: #dbecb9;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: 3px;

}

.elecciones {
    height:200px;

}
