/* ********************************************** */
	/* **********      Inicialización     *********** */
	/* ********************************************** */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

p,ul,ol,dl,dt,dd,li,blockquote,cite,h1,h2,h3,h4,h5,h6,fieldset,hr,select
	{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* ********************************************** */
	/* *********   FIN  Inicialización     ********** */
	/* ********************************************** */
	
.clearboth {
	display:block;
	clear: both;
}

a.no_dec {
	text-decoration: none;
}

	/* ********************************************** */
	/* *********      Estilos generales     ********* */
	/* ********************************************** */
html {
	font-size: 100%;
	margin: 0px;
}

body {
	background-color: #cccc99;
	font-size: 1.0em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
}

/* ********************************************** */
	/* ******************* Cuerpo ******************* */
	/* ********************************************** */
#cuerpo {
	width: 1000px;
	margin: auto;
	background-color: #fff;
	padding-bottom: 3px;
}

/* ********************************************** */
	/* ******************* cabecera ***************** */
	/* ********************************************** */
#cabecera {
	border-bottom: 5px solid #930;
	background: #cccc99 url(../imagenes/interfaz/imagen_derecha.jpg)
		no-repeat scroll top right;
	float: left;
}

#cab {
	float: left;
}

#logo {
	float: left;
}

#cabecera div.enlace {
	float: right;
	width: 294px;
	bottom: -86px;
	position: relative;
}

#cabecera div.enlace a {
	float: left;
	width: 94px;
	margin-left: 4px;
	margin-right: 0px;
	min-width: 94px;
	padding-top: 2px;
	height: 14px;
	font-size: 11px;
	color: #cccc99;
	text-decoration: none;
	text-align: center;
	background-image: url(../imagenes/interfaz/franja_enlaces.gif);
	background-repeat:  no-repeat;
}

#cabecera div.enlace a:hover {
	color: #fff;
}

#cabecera div.enlace a.selected {
	background-image: url(../imagenes/interfaz/franja_enlaces_on.gif);
	background-repeat:  no-repeat;
}

/* ********************************************** */
	/* *************** banda verde ***************** */
	/* ********************************************** */
#banda_verde {
	border: 8px solid #363;
	clear: both;
}

/* ********************************************** */
	/* ***************** contenedor ***************** */
	/* ********************************************** */
#contenedor {
	background-color: #666633;
}

/* ************************************************************ */
	/* ********************* indice lateral *********************** */
	/* ************************************************************ */
#indice_lateral {
	width: 159px;
	height: 100%; /* FIXME: Este numero es a guevo */
	min-height: 300px;
	
	padding: 0px;
	float: left;
	background-color: #666633;
}

#foto_indice {
	overflow:hidden;
	height: 59px;
}

#enlace_indice {
	background-color: #cc9;
	width: 159px;
	padding-bottom: 5px;
	background-image: url(../imagenes/interfaz/franja_indice.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#enlace_indice p {
	margin: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#enlace_indice p a {
	display: block;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url('../imagenes/interfaz/flecha_indice.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}

#enlace_indice p a.selected {
	color: #993300;
}

#enlace_indice p a:hover {
	color: #fff;
	background-position: 2px 0;
}

#enlace_admin {
	width: 100%;
	float: left;
	height: 40px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

#enlace_admin p {
	margin: 0px;
	border-top: 1px solid #cc9;
}

#enlace_admin p a {
	display: block;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url('../imagenes/interfaz/flecha_indice2.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	text-decoration: none;
}

#enlace_admin p a:hover {
	color: #993300;
	background-position: 2px 0;
}

/* ********************************************************* */
	/* *********************** contenido *********************** */
	/* ********************************************************* */
#contenido {
	width: 841px;
	min-height: 550px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

#texto_contenido {
	_width: 807px;
	padding: 10px 24px 10px 10px;
}

#banda_roja {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 7px;
	vertical-align: bottom;
	background: #930 url(../imagenes/interfaz/lineas_franja_roja.gif)
		repeat-y top right;
	color: #fff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#banda_roja a {
	margin-left: 5px;
	text-decoration: underline;
	font-weight: bold;
	color: #cc9;
	vertical-align: bottom;
}

#banda_roja a:hover {
	color: #000;
}

/* ********************************************** */
	/* **************** textos ********************** */
	/* ********************************************** */
h1 {
	font-size: 18px;
	color: #336633;
	font-weight: bold;
	color: #363;
	padding: 0px 0px 5px 5px;
	text-transform: uppercase;
}

#texto {
	float: left;
	margin: 0px;
	max-width: 100%;
	padding: 5px 5px 0 5px;
	color: #555;
	font-size: 12px;
	background-color: #fff;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
	clear: both;
}


#texto h2 {
	display: block;
	margin: 0px 0px 5px 0px;
	width: 100%;
	width: 797px;
	text-indent: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #363;
	background-color: #cc9;
	margin: 15px 0;
	text-indent: 0;
	font-size: 15px;
}

#texto h3 {
	font-size: 13px;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	color: #363;
}

#texto ul {
	margin: 5px 0 0 0;
	padding-left: 20px;
}

#texto li {
	padding: 3px 0 2px 18px;
	background-image: url('../imagenes/interfaz/flecha_indice2.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#texto p {
	text-align: justify;
	margin-top: 10px;
/*	margin-top: 25px; */
}

#texto a {
	color: #993300;
}

#texto a:hover {
	color: #000;
}

#texto .primero {
	margin-top: 0;
}

#texto strong {
	color: #363;
}

.imagen_derecha {
	float: right;
	clear: right;
	margin-bottom: 20px;
	margin-left: 15px;
}

.imagen_derecha img{
	border: 1px solid #993300;
}

.caja {
	float: left;
	width: 100%;
	width: 795px;
	border: 1px solid #cc9;
	margin: 0 auto;
	padding-bottom: 5px;
	margin-top: 15px;
}

.caja strong {
	font-size: 12px;
	color: #363;
}

.caja p {
	margin: 15px 0px 0px 0px;
	padding: 0px 15px;
	text-align: left;
}

.caja h2,
h2.encajado  {
	display: block;
	margin: 0px 0px 5px 0px !important;
	width: 100%;
	text-indent: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #363;
	background-color: #cc9;
}
h2.encajado {
	margin: 15px 0;
	text-indent: 0;
	font-size: 15px;
}


.caja h3 {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0px 15px;
	font-weight: bold;
	color: #363;
}

/* ********************************************** */
	/* ****************** pie *********************** */
	/* ********************************************** */
#pie1 {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #993300;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
}

#pie1 a {
	font-size: 11px;
	color: #993300;
}

#pie1 a:hover {
	color: #cccc99;
}

#pie1 a.selected {
	text-decoration: none;
	font-weight: bold;
}

#pie2 {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #336633;
	padding: 5px 0;
	clear: both;
	border-top: 1px dashed #993300;
	/*border-bottom: 1px dashed #993300;*/
	background-color: #fff;
}

/* ********************************************** */
/* ****************** fin pie ********************* */
/* ********************************************** */
	
	
/* ********************************************** */
/* ******* Galerías de fotos y vídeos *********** */
/* ********************************************** */
	
.foto_listado {
	width: 177px;
	height: 118px;
	width: 130px;
	height: 97px;
/*	
	background-color: #ffdcca;
	border: 1px solid #993300;
*/	
	float: left;
	margin-left: 14px;
	margin-right: 13px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}

.video_listado {
	width: 130px;
	height: 97px;
/*
	background-color: #ffdcca;
	border: 1px solid #993300;
*/
	float: left;
	margin-left: 11px;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}

/* ********************************************** */
/* *********** venta de caballitos ************** */
/* ********************************************** */

.caja_cab {
	padding:0;
	margin:10px auto;
	position:relative;
}
/*
.caja_cab:hover {
	background-color : #cccc99;
	cursor: pointer;
}
*/
.caja_cab h2 {
	padding:0;
	margin:0;
	text-indent: 10px;
}
.caja_cab h2 a{
	text-decoration:none;
	display:block;
}

.img_cab {
	float: left;
	width: 425px;
	height: 320px;
	overflow: hidden;
	border: 1px solid #993300;
}

.img_cab a {
	display:block;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}

.img_cab a img{
	text-align: center;
}

.img_cab a {
	width:425px !important;
	height:320px !important;
}
* html .img_cab a {font-size:289.6px;} /* 90.5% of box height */


.img_listado_cab{
	padding:0;
	margin:5px;
	float:left;
	width:250px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #993300;
	background-color: #fff;
}

.txt_listado_cab{
	padding:0;
	margin:5px;
	float:left;
	width:520px;
	_width:500px;
	height: 150px;
	overflow: hidden;
	text-align: left;
}

.txt_listado_cab ul{
	margin:0;
	padding:0;
	height: 98px;
	overflow: hidden;
}

.txt_listado_resumen {
	height: 80px;
}

.img_listado_cab img{
/*	border: 1px solid #993300; */
}

#atts_caballo {
	float:left;
	width: 370px;
}

#caballo_descripcion {
	padding-top: 20px;
	clear: both;
}

#nav_cab {
	margin: 5px auto !important;
	text-align:center !important;	
}

.cab_ant {
	margin-right: 30px;
}

.cab_sig {
	margin-left: 30px;
}

span.cab_ant,
span.cab_sig {
	text-decoration: line-through;
}
/* ********************************************** */
/* **************** formularios ** ************** */
/* ********************************************** */

.bloque_form {
    margin: 2px auto;
    padding: 10px;
    background-color: #cccc99;
    border-left: 1px solid #993300;
    display: block;
    text-align: left;
}

.bloque_form .linea_form {
    width: 100%;
    border-bottom: #747474 1px solid;
    padding: 8px 5px;
}

.linea_form .etiqueta {
    text-align: left;
    color: #555555;
    width: 250px;
    float: left;
    display: block;
    padding: 5px 0px;
    margin-right: 10px;
}

.linea_form input.text,
.linea_form input.file {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    padding-left: 4px;
    border: 1px solid #999999;
}

.bloque_form input.xs,
.bloque_form select.xs {
    width: 30px;
}

.bloque_form input.pe,
.bloque_form select.pe {
    width: 75px;
}

.bloque_form input.pm,
.bloque_form select.pm {
    width: 200px;
}

.bloque_form input.me,
.bloque_form select.me {
    width: 300px;
}

.bloque_form input.gr,
.bloque_form select.gr {
    width: 500px;
}

.bloque_form textarea {
    width: 400px;
    height: 100px;
    font-size: 14px;
}

.bloque_form textarea.pe {
    width: 500px;
    height: 100px;
}

.bloque_form textarea.me {
    width: 500px;
    height: 250px;
}

.bloque_form textarea.gr {
    width: 500px;
    height: 500px;
}

.bloque_form input.submit,
.bloque_form input.boton,
input.submit.bloque_form,
input.boton.bloque_form {
	margin: 15px 10px 5px 10px;
	height: 22px;
	width: 178px;
	border: 1px solid #000;
	background-color: #993300;
	color: #fff;
	float:right;
}
.bloque_form input.submit:hover,
input.submit.bloque_form:hover{
	font-weight: bold;
}



/* ********************************************** */
/* ********************* tablas ***************** */
/* ********************************************** */


.escuela table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.escuela caption {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 4px 0;
	
}
.escuela th {
	background-color: #cccccc;
	color:#336633;
	padding: 4px;
}
.escuela td {
	border: 1px solid #ccc;
	padding: 2px;
}

table.atts  {
	width: 100%;
	height: 323px;
	text-align: left;
	border-collapse: collapse;
}

table.atts td {
	background-color: #cccc99;
	color:#444;
	padding: 4px 4px 4px 15px;
	border: 1px solid #fff;
}


/* ********************************************** */
/* ***************** Localización *************** */
/* ********************************************** */


#caja_mapa {
	margin: 20px auto;
	border:5px solid  #ccc;
	min-width: 580px;
	max-width: 590px;
}

#caja_mapa a {
	display:block;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	text-indent: 18px;
	background-color: #ccc;
	background-image: url(../imagenes/interfaz/print.jpg);
	background-repeat: no-repeat;
}





.item_listado {
	width: 160px;
	float:left;
	text-align: center;
	margin:10px;
	height: 150px;
	overflow: hidden;
	border:1px solid #cccc99;
	padding: 8px;
}

.item_listado.home {
	width: 225px;
	height: 280px;
}

.img_item_listado {
	width: 160px;
	overflow: hidden;
	text-align: center;
	height: 116px;
}

.home .img_item_listado {
	width: 225px;
	height: 260px;
}
p.nombre_item {
	margin:0 !important;
	padding:0 !important;
	text-align: center !important;
	font-size: 14px !important;
}


p.info {
	font-size:14px;
	width: 100%;
	padding: 4px auto !important;
	
	background-color:#76bb76;
	color:#fff;
	border:1px solid #336633;
	text-align: center !important;
}

p.error {
	border: 2px solid #933;
	text-align: center !important;
	width: 100%;
	color: #000;
	padding: 4px auto !important;
}
p.error strong{
	color: #933 !important;
}





formulario {
clear: both;
position: relative;
width: 500px;
padding-bottom: 10px;
text-align: center;
font-family:Arial;font-size: 0.8em;color:#000000;text-decoration: none;
margin: 0px auto 0px auto;
text-align: center;
}
form {
 padding: 0px;
 margin: 0px;

}
#formulario p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
	clear: left;
}
#formulario div {
	min-width: 400px;
	max-width: 400px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	width: 400px;
	float:left;
}
#formulario div  INPUT {
	float:left;
	width: 99%;
	min-width: 321px;
 	font-size : 10px;
	font-family : Verdana;
	color:#000000;
	border-color : #CCCC99;
	border-style:solid;
	border-width:1px;
	background-color: #ffffff;
}
#formulario SELECT {
	float:left;
	width: 100%;
	min-width: 321px;
 	font-size : 10px;
	font-family : Verdana;
	color:#000000;
	border-color : #CCCC99;
	border-style:solid;
	border-width:1px;
	background-color: #ffffff;
}
#formulario TEXTAREA {
	float:left;
	width: 99%;
	min-width: 321px;
 	font-size : 10px;
	font-family : Verdana;
	color:#000000;
	border-color : #CCCC99;
	border-style:solid;
	border-width:1px;
	background-color: #ffffff;
}

 .button {
	float: right;	
	clear: both;
	width: 100px;
	min-width: 100px;
	max-width: 100px;
 	font-size : 11px;
	font-family : Arial;
	font-weight:bold;
	color:#993300;
	border-color : #336633;
	border-style:solid;
	border-width:1px;
	background-color: #CCCC99;
}


.video_embed {
	text-align:center;
	margin-top:10px;
}


.caja_noticia {
	margin-bottom: 35px;
}

.titulo_noticia a{
	display:block;
	text-decoration: none;
}
.imagen_noticia {
	display: block;
	float: right;
	
	padding: 20px;
}

.noticias_year {
	margin-top: 20px;
	text-align: center;
	font-size: 28px;
}

p#todas_noticias {
	padding-top: 10px 0;
	text-align: center;
	display: block;
}

p#todas_noticias a{
	color: #666633;
	text-decoration:none;
}