/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Estructura >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body{
	background-color: #526E22;
	margin: 0;
	padding: 0;
}
#caja_central_h{
	width: 600px;
	height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -300px;
	background-image: url(../media/intro.png);
}
#menu_h {
	float: right;
	margin-right: 10px;
	margin-top: 100px;
}
#caja_central{
	width: 760px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -380px;
	background-image: url(../media/bg_int.png);
	background-repeat: repeat-y;
}
#cabecera{
	width: 100%;
	height: 110px;
	background-image: url(../media/cabecera.png);
	background-repeat: no-repeat;
}
#menu{
	width: 100%;
	background-color: #4D600C;
	float: left;
	clear: both;
}
#fecha {
	float: left;
}

#submenu{
	float: left;
	width: 230px;
	background-color: #422D1C;
}
#contenido{
	float: right;
	padding: 20px;
	width: 490px !important;
	width /**/: 530px;
	overflow: visible;
}
#pie {
	clear: both;
	width: 100%;
	padding-top: 7px;
	height: 23px !important;
	height /**/: 30px;
	background-color: #4D600C;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Tipografías >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/*------------------- Atributos HTML -------------------*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: Black;
}
a { text-decoration: none; }
#contenido a{ font-weight: bold; }
a:link {	color: #7C4114; }
a:visited { color :#666666; }
a:hover { text-decoration: underline; }

#caja_central_h h1{
	margin: 20px 0 0 20px;
	text-align: left;
}
#caja_central_h h2{
	font-size: 1.2em;
	color: White;
	text-align: left;
	text-decoration: none;
	margin: 5px 0 0 20px;
	text-transform: uppercase;
}
#cabecera h1{
	margin: 0 0 0 20px;
	text-align: left;
}
#cabecera h2{
	font-size: 1.1em;
	color: White;
	text-align: left;
	margin: 0 0 0 10px;
	text-decoration: none;
}

h1{
	font-size: 2.2em;
	font-weight: bold;
	color: #422D1C;
	text-align: right;
	margin: -10px 0 0;
	text-transform: uppercase;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #4D600C;
	text-transform: uppercase;
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #4D600C;
}
h4{
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	margin: 0;
	padding: 3px 0 3px 0;
}
p{ text-align: justify; }
blockquote {
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
	padding-left: 23px;
	/*background: url(../media/quotemarks.gif) no-repeat 0 3px;*/
}
blockquote img {padding: 3px; }
.imgright, .imgleft{
	margin: 5px;
	border: 1px solid #000;
}
.imgright{ float: right; }
.imgleft{ float: left; }
#menu_h{
	font-size: 1.1em;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
	text-align: right;
}
#menu_h li{
	list-style: none;
	margin: 10px 0 10px 0;
}
#menu_h a {
	color: #422D1C;
	background-image: url(../media/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #FCD651;	
	padding: 3px 3px 3px 15px;
}
#menu_h a:hover{	
	background-color: #FCD651;	
	text-decoration: none;
}
#menu ul {
	padding: 0;
	margin: 0;
	float: right;	
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-align: left;
}
#menu ul li { display: inline; }
#menu ul li a {
	padding: 5px 5px;
	color: #FFFFFF;
	text-decoration: none;	
	float: left;
}
#menu ul li a.aqui {
	background-color: #FCD651;
	color: #333333;
}
#menu ul li a:hover {
	background-color: #FCD651;
	color: #333333;
}
#menu ul li.extra a {
	background-color: #C5DF5D;
	color: #333333;
}
#submenu{
	font-size: 0.85em;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
}
#submenu ul, #submenu li{ margin: 0; padding: 0; list-style: none; }
#submenu a {
	display: block;
	color: White;
	padding: 5px 3px 5px 20px;
	background-image: url(../media/square.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
#submenu a:hover{	
	color: #422D1C; 
	background-color: #FCD651;	
	display: block; 
	text-decoration: none;
	background-image: url(../media/square-on.png);
}
#submenu a.aqui{	
	color: #422D1C; 
	background-color: #FCD651;	
	display: block; 
	text-decoration: none;
	background-image: url(../media/square-on.png);
}
#submenu .ident{
	color: #422D1C;
	background-color: #D4E890;
}
#submenu .ident a{
	color: #422D1C;
	background-image: url(../media/square-on.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
.sep{
	border-bottom: 1px solid #614127;
}
#contenido ul li {list-style-image: url(../media/arrow.png); padding-bottom: 5px;}
#contenido ul li.extra {list-style-image: url(../media/square.png);	padding-bottom: 10px; }
#contenido ul li ul {padding-top: 5px;}

#contenido ol li {padding-bottom: 5px;}

#contenido dt  {padding-bottom: 5px; font-weight: bold; color: #333333;}
#contenido dd {padding-bottom: 5px;}

dl.inline dt{	display: inline; }
dl.inline dd{	margin: 0; padding:0; display: inline; }

/*------------------- Tablas -------------------*/
table{ border: 1px solid #999; }
th, td{ padding: 5px; }
th{ background-color: #FCD651; }
td{ background-color: #EFEFEF; overflow: visible; }
tr.titulo th {
	color: #4D600C;
	background: #eee;
}
tr.alternar td{ background-color: #E2E2E2; }
#contenido td ul { margin:0; padding:0;}
#contenido td ul li {
	list-style-image: url(../media/arrow2.png);
	padding: 2px;
	margin: 0;
	list-style-position: inside;
}
caption {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
/*::::: Listado :::::*/

table.listado th{ background-color: #EEEEEE;  text-align: right; color: #333333; }
table.listado td{ background-color: #EFEFEF; overflow: visible; text-align: left; }
table.listado tr.titulo th {
	color: #4D600C;
	background-color: #FCD651;
}
tr.right th{ text-align: right; }
/*------------------- Clases/ IDs -------------------*/
#fecha { color: White; padding: 5px 5px;}
#botones { text-align: center; text-transform: none; }
ul#botones { padding: 0; margin: 0; }
ul#botones li a {
	padding: 5px 0 5px 0;
	margin: 0;
}
#botones a { background-image: none; }
#botones a:hover { background-image: none; color:#FFFFFF; background-color: #422D1C; }
#pie { color: White;	text-align: center; font-size:0.85em;}
#pie a {
	color: White;
}
#pie a:hover{
	color: White;
	text-decoration: underline;
}
ul.prevnext{
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}
ul.prevnext li{
	list-style: none;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}
ul.prevnext li.prev {	border-right: 1px solid Gray; }
ul.prevnext a:link{	font-weight: bold; color: #333; }
ul.prevnext a:visited{	font-weight: bold; color: #666666; }
ul.prevnext a:hover{ color :#526E22; }
/*:::::::::: Paginación ::::::::::*/
.paginacion {}
.prev-next,.info-prev-next { text-align:center; }
.c_left, .c_right {
	width: 240px;
	border: 1px solid #333333;
	background-color: #F1FAD1;
	height: 230px;
}
.c_titulo  { background-color: #D5EF6B; display:block; padding: 2px;}
.c_left address, .c_right address{
	padding: 5px;
}
.c_titulo h5 {
	font-size: 1em;
	font-weight: bold;
	color: #4F6B1E;
	margin: 0;
	padding: 1px 0px 1px 0px;
}
.c_titulo a {
	color: #000000;
	text-decoration: underline;
}
.par { clear:both; margin-bottom:5px; }
.c_left { float: left; }
.c_right { float: right;}

/*::::: 5 palabras :::::*/
#contenido div.palabras { text-align: center; color:#7E9920; margin:5px;}
.palabras .left { float:left; text-align: right; width: 40%; font-weight: bold; }
.palabras .right { float:right; text-align: left; width: 60%; }

/*::::: Tags :::::*/
.TagsBox { padding: 15px; border: solid 1px #eee; background: #f5f5f5; overflow: visible; }
.TagsBox span { color:#000000; margin:5px; }
.TagsBox span.tag { color: #4D600C; }
.TagsBox p { margin:3px; }
.tag { color:#7E9920; margin-bottom: 10px; text-decoration: none; padding-bottom: 2px;	}

/*------------------- Galeria -------------------*/
.thumb ul {list-style:none;margin:0; padding:0; width:100%;}
#contenido ul li .thumb ul { list-style-image: none;}
#contenido ul li .thumb ul li { list-style-image: none;}
.thumb li {float:left; margin:5px; padding:0; }
.thumb li a img {border:1px solid #333333; padding:2px; margin:5px }
.thumb li img {display:block; float:left;}
.thumb li span {display:block; text-align:center;clear:both;color: #7C4114;font-weight:bold;}



.resaltado{ color: #4D600C; }
a.resaltado:link {color: #4D600C; }
a.resaltado:visited {color: #334517;}
a.resaltado:hover { text-decoration: underline; }

#contenido ul.sinflecha li{list-style-image: none; list-style: none;}

.inline{	display: inline; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; margin:auto;}
.limpiar {	clear: both; }

/*******************************************************************************
                     Formularios
*******************************************************************************/
form{
	display: inline;
	margin-top: 20px;
}
label, .label {
  float: left;
  width: 150px;
  text-align: right;
  color: #422D1C;
  font-weight: bold;
  margin-top: 3px;
}
fieldset {
  	margin-top: 5px;
	background-color: #EEEEEE;
	border: none;
}
legend{
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #333333;
}
.botones {
	clear: both;
	text-align:center;
	width: 100%;
} 
input, textarea, select {
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #666666;
	background-color: #D5EF6B;
	color:#000000;
}
input.no {	border: 0px; }

textarea#anuncio_texto {
	width: 300px;
	height: 200px;
}
.boton {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-top: 1px solid #CCCCCC;
	background-color: #D5EF6B;
	font-weight: bold;
	color: #422D1C;
}
form.login {
	display: inline;
	margin-top: 2px;
}
form.login fieldset {
  	margin: 0;
	padding: 0;
	background-color: #422D1C;
}
form.login legend {
  	margin-left:30px;
}
form.login label {
  float: left;
  width: 100px;
  text-align: right;
  color: #FFF;
  font-weight: bold;
  margin-top: 3px;
}
form.login input {
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #666666;
	background-color: #D5EF6B;
	color:#000000;
}
.label {
  float: left;
  width: 150px;
  text-align: right;
  color: #422D1C;
  font-weight: bold;
  margin-top: 3px;
}
.input {  
  padding-top: 5px;
  margin-left: 5px;
  color:#000000;
}
fieldset.grupo {
	clear: none;
	padding: 0 5px 5px 5px;
	width: 30%;
	margin-left: 30%;
}
fieldset.grupo {
	clear: none;
	padding: 0 5px 5px 5px;
	width: 30%;
	margin-left: 30%;
}
fieldset.grupo legend {
  padding: 0 3px 0 9px;
  font-size: 100%;
}	
fieldset.grupo label{
  float: none;
  display: block;
  padding: 0px;
  margin: 0 0 0px 30px;
  text-align: left;
  width: 80%;
}
input.inputCheckbox, input.inputRadio {
	display: inline;
  	background-color: transparent;
  	border-width: 0;
 	padding: 0;
  	margin-bottom: 0;
	margin-left: 0;
}
form.encuesta fieldset{  width: 98%;}
form.encuesta fieldset fieldset{ 
  margin-top: 10px;
}
form.encuesta legend{  font-size: 120%;}
form.encuesta fieldset fieldset legend{  font-size: 100%;}
form.encuesta label{
  float: none;
  display: block;
  padding: 0px;
  margin: 0 0 0px 30px;
  text-align: left;
  width: 80%;
}
form.encuesta textarea{
	background-color: #fff;
}
/*------------------- Otros -------------------*/
a img {	border: none;	}
img.sinborde{	border: none;	}
img.right {
	float: right;
	margin: 5px;
}
.limpiar{
	clear: both;
}
.box_correcto {
	color: #000000;
	border: 1px dotted #009900;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.correcto  { color: #009900; font-weight: bold;}
a.correcto:link, a.correcto:visited, a.correcto:hover { color: #009900; }
.box_error {
	color: #000000;
	border: 1px dotted #FF0000;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.error  { color: #FF0000; font-weight: bold;}
a.error:link, a.error:visited, a.error:hover { color: #FF0000; }
/*:::::::::: Validación formularios wForms ::::::::::*/

/* ==================== */
/* Field w/ a validation error */
input.error, select.error { border: 1px solid #FF0000; }
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
}
.errMsg {	
	color: #CC3333 !important;
}
