
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #040304 url(../images/fondo.jpg) repeat-x bottom center;
	font: 11px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
}
#content h1 {
	font-size: 1.2em;		
	background: #000 url(../images/title_bg_gris.gif) repeat-x;
	color:#43bc22;
	height:26px;
	padding:0;
	line-height:25px;
	text-indent:10px;
	width:330px
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
	color: #444;		
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
/*img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}*/
img {border:0}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
#header_top form {
	margin:0;
	padding:0;
	}
#header_top select{
	margin:0;
	padding:0;
	}	
	
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #fff;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto 20px;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 1000px;						
	padding: 25px 0 0;
	background:#1c1c1c url(../images/bg_content.jpg) repeat-x;	
}
#header_top {
	position: relative;
	width: 1000px;
	height: 29px;
	background: #000 url(../images/cabecera_top.jpg) no-repeat;		
	color: #fff;	
	padding: 0;	
	margin: 0;	
}

#header {
	position: relative;
	width: 1000px;
	height: 122px;
	background: #000 url(../images/cabecera.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header img {border:0;background:inherit}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding:0;
	background-color:#999;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 70px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }


/* Header -top */
#header_bottom {	
	width: 1000px;
	height: 43px;
	background: #000 url(../images/bajocabecera.jpg) no-repeat;		
	color: #fff;	
	padding: 0;	
}


/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 1000px;
	height: 33px;
	background:#000 url(../images/menu_bg.jpg) repeat-x;	
	text-align:center	
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	height: 33px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; 
	border-right:1px solid #848484;		
}
#nav ul li.first{
	border-left:1px solid #848484;		
	}
#nav ul li a {
	float: left;
	margin: 0;	
	color: #FFF;
	font: normal 12px/33px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	padding: 0 40px;	
}
#nav ul li a:hover, 
#nav ul li.active {
	background:#000 url(../images/menu_hover.gif) repeat-x;
}
#nav ul li#current {
}
#nav ul li#current a {	
	color: #4B3D2C;	
}

/* Main Column */
#main {
	float: left;
	/*width: 535px;*/
	width: 920px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #3eaa18; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;			
	border-bottom: 1px solid #3eaa18;
	text-transform: uppercase; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	/*list-style-image: url(../images/bullet.gif);*/
}

#sidebar {
	float: right;
	/*width: 285px;*/
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(../images/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 1000px;
	margin: 0;
	padding: 0px 0 10px 0;
	background-color:#1c1c1c;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p, #footer ul {
	padding:10px 0;
}
#footer ul {
	margin:0;
	}
#footer a{
	color:#fff;
	background:none
	}	
#footer a.link {
	color:#44bd22;
	}	
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#footer li{
	display:inline;
	background-image:url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 30px;
	}
#footer li.first {
	background-image:none !important;
	}	
#footer .float-left{
	margin-left:40px;
	width:460px;
	border-top:1px solid #3E3E3E;
	}
#footer .float-right {
	text-align:right;
	margin-right:40px;
	width:460px;
	border-top:1px solid #3E3E3E;
	}
	
/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* Home */
div.banner {	
	width:277px;
	padding-right:44px;
}
div.banner h1{
	width:255px !important;	
	margin-left:15px;
}
h1.home_title {
	width:920px !important;
	border-bottom:1px solid #3e3e3e;
	background:none !important;
	margin-top: 20px;
	text-indent: 20px !important;
	font-size:1.3em !important;
}

div.home_left, div.home_right {
	width:420px;
	background-color:#111111;
	padding: 10px;
	color:#fff;
	height:250px;
	text-align:justify
	}
div.home_left {
	margin-right:30px
	}	
	
/* Programa */
div.block{
	background-color:#242424;
	border-top:1px solid #3e3e3e;
	color:#fff;
	padding-bottom:20px
	}

div.prog_title{
	background-color:#6db600;
	}

#programa #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}

#programa #main h2{
	background-color:#101010;
	margin: 20px 0 0 20px;
	border:0;
	text-indent:30px;
	text-transform:capitalize;
	color:#fff;
	padding:5px;
	}
#programa #main h2 span {
	text-transform: uppercase;
	color:#3EAA18;
	}	
	
#programa #main li span{
	margin-right:20px;
	}
#programa #main ul{
	margin-bottom:0;
	}
#programa #main li {
	list-style-type:none;
	list-style-image:none;
	}
#programa div.footer_programa{
	height:37px;
	width:920px;
	background: #242424 url(../images/footer_programa.jpg) no-repeat scroll 20px 0;
	}	

/* Historia */
#historia div.block{
	width:460px;
	}
#historia float-left{
	background:none;
	}	
	
#historia #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}
			
#historia h1.home_title{
	margin-top:0;
	width:460px !important;
	color:#43bc22 !important;
	}			
#historia div.zona_texto{
	background-color:#242424;
	color:#fff;
	width: 384px;
	margin-top:10px;
	}
	
#historia div.zona_texto span{
	color:#43BC22;
	}	
#historia div.zona_img_link{
	background-color:#7bbc00;
	color:#fff;
	margin-left:18px;
	width:300px;
	text-align:left;
	}
	
#historia div.zona_img_link a{
	color:#fff;
	padding:0 3px;
	}
#historia div.zona_img_link a:hover{
	text-decoration:underline;
	}
#historia #main_img{
	width:384px;
	height:245px;
	background-image: url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color: none;
}

/* Ubicacion */
#ubicacion div.block{
	width:460px;
	}
#ubicacion float-left{
	background:none;
	}	
	
#ubicacion #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}
			
#ubicacion h1.home_title{
	margin-top:0;
	width:460px !important;
	color:#43bc22 !important;
	}			
#ubicacion div.zona_texto{
	background-color:#242424;
	color:#fff;	
	margin-top:10px
	}
#ubicacion div.zona_img_link{
	background-color:#7bbc00;
	color:#fff;
	margin-left:18px;
	width:350px;
	text-align:left;
	}
	
#ubicacion div.zona_img_link a{
	color:#fff;
	padding:0 3px;
	}
#ubicacion div.zona_img_link a:hover{
	text-decoration:underline;
	}
#ubicacion #main_img{
	width:384px;
	height:245px;
	background-image: url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color: none;
}

#ubicacion div.zona_texto span{
	color:#43BC22;
}	
	
/* Galeria de fotos */

#galeria #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}
			
#galeria h1.home_title{
	margin-top:0;
	width:460px !important;
	color:#43bc22 !important;
	border:0;
	}	
#galeria .block-left, #galeria .block-right{
	width:420px;
	}
#galeria .block-right {
	width:420px;
	background:#242424 url(../images/galeria_top.jpg) no-repeat
	}
#galeria #main form{
	background:none;
	border:0;	
	margin: 0px 0px 0px 190px;
	padding:0;
	height:125px
	}
#galeria #main form input{
	display:block;
	}		
#galeria #main form .text{
	width:200px;
	}	
#galeria #main .block-right p{
	width:190px;
	margin-left:200px;
	}
#galeria .img_galeria{
	width:280px;
	height:210px;
	margin:12px;
	border:1px solid #fff;
	}

/* Inscripcion */
#inscripcion #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}		
#inscripcion h1.home_title{
	margin-top:0;
	width:460px !important;
	color:#43bc22 !important;
	border:0;
	}	
#inscripcion #form_inscripcion h2{
	background:#242424 url(../images/inscripcion_title.gif) no-repeat scroll 12px 50%;
	margin-top:20px;
	margin-left:0;
	margin-bottom:20px;
	text-indent:20px;
	text-transform:uppercase;
	border:0;
	color:#fff;
	font-size:1.2em;
	width:200px;
	padding:5px;
	}	
#inscripcion .block-left, #galeria .block-right{
	width:420px;
	}
#inscripcion .block-right {
	width:380px;
	background-color:#71b900;
	padding:20px;
	}
#inscripcion #main .block-right span{
	color:#000;
	}
#inscripcion #main .block-right p{
	font-size:0.9em;
	padding:0;
	}		
#inscripcion #main .block-right .title{
	font-size:1em;
	font-weight:bold;
	}
	
#inscripcion #form_inscripcion, #inscripcion table{
	background:none;
	border:0;
	margin:0;
	padding:0;	
	}
#inscripcion table.inscripcion{
	margin:0;
	background:none;
	}	
#inscripcion table.inscripcion tr{	
	background:none;
	}	
#inscripcion table.inscripcion td{	
	border:0;
	padding:0 10px 0 0;
	vertical-align:top;
	}	
#inscripcion label{	
	display:block;
	color:#43bc22;
	}	
#inscripcion input{
	width:190px;
	margin-bottom:20px;
	}
#inscripcion #main select{
	width:100px;
	margin-bottom:20px;
	text-align:center
	}	
#inscripcion textarea{
	width:667px;
	height:100px;
	margin-bottom:20px;
	}	
#inscripcion table.inscripcion td.botones{	
	text-align:center;
	}	
#inscripcion input.boton{	
	text-align:center;
	}		
span.error {
	margin:0;
	padding:0;
}			

/* Rutas */
#rutas #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}

/* Patrocinadores */
#patrocinadores #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}
#patrocinadores #main h2{
	background-color:#101010;
	margin: 20px 0 0 20px;
	border:0;
	text-indent:30px;
	text-transform:capitalize;
	color:#fff;
	padding:5px;
	}
#patrocinadores #main h2 span {
	text-transform: uppercase;
	color:#3EAA18;
	}		
#patrocinadores div.patrocinadores_img{
	text-align:center;
	clear:both;
	margin:20px 0 5px 0;
	}
#patrocinadores div.patrocinadores_img img{
	margin-right:40px;
	}			
			
/* Enlaces */
#enlaces #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	margin-left:20px;
	}	
#enlaces div.enlaces_img{
	text-align:left;
	clear:both;
	margin:20px 0 5px 0;
	}
#enlaces div.enlaces_img img{
	margin-right:105px;
	}	
#enlaces div.zona_links{
	background-color:#101010;
	float:left;
	margin-bottom:20px;
	width:100%
	}
#enlaces div.zona_links p{
	float:left;
	width:306px;
	padding:0;
	margin:0;
	color:#fff;
	}
#enlaces div.zona_links span{
	color:#43BC22;
	}
			
/* Contacto */
#contacto #main h1{
	background: #000 url(../images/title_bg.jpg) repeat-x;	
	color:#fff;
	font-size:1.3em;
	}
#contacto #form_contact, #contacto table{
	background-color:#242424;
	border:0;	
	}
#contacto table.contacto{
	margin:0 auto;
	background-color:#242424;
	}	
#contacto table.contacto tr{	
	background-color:#242424;
	}	
#contacto table.contacto td{	
	border:0;
	}	
#contacto label{	
	display:block
	}	
#contacto input{
	width:200px;
	margin-bottom:20px
	}
#contacto textarea{
	width:667px;
	height:100px;
	margin-bottom:20px;
	}	
#contacto table.contacto td.botones{	
	text-align:center;
	}	
span.error {
	margin:0;
	padding:0;
}

/* Mensajes */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
}											