/*estructura*/

@charset "utf-8";
body  {
	background: url(imagenes/fondo.gif) no-repeat #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #ffffff; margin: 0; padding: 0;
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px;
	
}
.twoColFixRtHdr #mainContent { 
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	border-top-color: #1E2B0D;
	border-top-style: solid;
	border-top-width: 5px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#cabeza {background-image: url(imagenes/cabeza2.jpg); width: 960px; height: 205px;}

/*estilo*/
.style17 {
	color: #000000
}
h1 { color: #1E2B0D;  font-family: Geneva, Arial, Helvetica, sans-serif; font-size:30px; text-decoration: none; font-style:normal; margin: 20px 0 20px 0; padding: 0;}

a:link{ color: #4b7726; text-decoration: none; }
a:visited{ color: #4b7726; text-decoration: none;}
a:hover{ color: #b2da8f; text-decoration: underline; }
ul {margin: 5px; padding: 5px;}
h2 {color: #4b7726; font-weight: 700; font-size: 16px;}

#fecha {color: #4b7726; border-top: 2px;  font-weight: 700; font-size: 16px; margin-bottom: 15px;}
#explic { padding-left: 80px; margin-bottom: 30px;}
.style20 {font-size: 10}





/* columna derecha */


#colder { padding-left: 10px;}
#rss {
	padding: 10px 0px;
	width: 140px;
	background: #ffffff;
	border: 1px solid #557A24; margin-top:10px;

	
}
#rsstexto { padding: 5px;}


/*menu*/


#nav li{

	list-style: none;

	float:left;

}

#nav li a{

	display: block;

	text-indent: -5000px;

	height: 34px;

	

}

#nav li a#lnk_inicio{ width: 110px;
	background: url("images/menuv_01.gif") no-repeat;
}

#nav li a#lnk_inicio:hover{	background: url("images/menuvogif_01.gif") no-repeat;
}

#nav li a#lnk_nosotros{	width: 117px;
	background: url("images/menuv_02.gif") no-repeat;
}

#nav li a#lnk_nosotros:hover{	background: url("images/menuvogif_02.gif") no-repeat;
}

#nav li a#lnk_pf{ width: 203px;
	background: url("images/menuv_03.gif") no-repeat;
}

#nav li a#lnk_pf:hover{	background: url("images/menuvogif_03.gif") no-repeat;
}

#nav li a#lnk_cronologia{width: 134px;
	background: url("images/menuv_04.gif") no-repeat;
}

#nav li a#lnk_cronologia:hover{	background: url("images/menuvogif_04.gif") no-repeat;
}

#nav li a#lnk_noticias{ width: 114px;
	background: url("images/menuv_05.gif") no-repeat;
}

#nav li a#lnk_noticias:hover{	background: url("images/menuvogif_05.gif") no-repeat;
}

#nav li a#lnk_docs{ width: 149px;
	background: url("images/menuv_06.gif") no-repeat;
}

#nav li a#lnk_docs:hover{	background: url("images/menuvogif_06.gif") no-repeat;
}

#nav li a#lnk_contacto{ width: 133px;
	background: url("images/menuv_07.gif") no-repeat;
}

#nav li a#lnk_contacto:hover{	background: url("images/menuvogif_07.gif") no-repeat;
}

 ul {margin: 0; padding: 0;}
 
 div#preload { display: none; }
