#header {
	padding: 0;
	background-color: #990000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
#header h1 a {
		display: block; width: 960px; height: 127px; float: left;
		background: url('../images/logo.png') no-repeat; text-indent: -9999px;
		margin:10px 0 0 15px;
	}
#navegacion {
	background-color: #000000; 
}
/* ---- menu principal ------ */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 950px;
	list-style: none;
	position: relative;
	font-size: 0.9em;
	background: url('../images/topnav_stretch.gif') repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #565656;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #000;
	text-decoration: none;
}
ul#topnav li a:hover{color: #000; }
ul#topnav li:hover { background: #000 url('../images/topnav_active.gif') repeat-x;  }
ul#topnav li .current { background: #000 url('../images/topnav_active.gif') repeat-x;  }
ul#topnav li span {
	float: left;
	padding: 12px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 950px;
	background: #333;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; color: #fff;}
ul#topnav li span a { display: inline; color: #fff; }
ul#topnav li span a:hover {text-decoration: underline; color: #fff;}

/*--- contenidos------*/

#contenidos {
	padding: 10px 15px 20px 15px;
}
#principal {
}
/* ---- menu sidebar ------ */
#destacados {
	padding: 10px 5px 10px 10px; margin-top:30px;
	background: #E6FAE8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*box shadow effect in Safari and Chrome*/
    -webkit-box-shadow: #6d8c70 2px 2px 7px;
    /*box shadow effect in Firefox*/
    -moz-box-shadow: #6d8c70 2px 2px 7px;
	box-shadow: #6d8c70 2px 2px 7px;
}

ul#nav-news li { 
	padding-left:0;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:-15px;
	font-size:.9em;
	list-style: none;
}
ul#nav-news li h4{
	margin:0; 
	}
ul#nav-files li {
	padding-left:0;
	margin-left:0px;
	margin-bottom:10px;
	list-style: none;
}
ul#nav-files li h4{
	margin-top:-5px;
}
#nav-news a {color:#ff0000;text-decoration: none; }
#nav-news a:hover {color:#000;text-decoration: underline; }
#nav-files a {color:#333;text-decoration: none;}
#nav-files a:hover {color:#000;text-decoration: underline; }
/* jQuery Lightbox */
#gallery li {
	float:left;
	padding:10px;
	list-style: none;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 0.85em Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#grass {
	z-index: -2500;
		position: fixed;
		margin:0 auto;
		bottom: 0;
		width: 100%;
		height: 532px;
	background: url('../images/logo-background.png') no-repeat;
}
#footer {
	margin:0 auto;
	padding:20px 0 20px 0;
	text-align:center;
	color:#636363;
}
#footer a {
	color:#636363;
	text-decoration:none;
}
#footer a:hover {
	color:#7181FF;
	text-decoration:underline;
}
