@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #1A3E32;
	color:#FFF;
}

.menu_superior {
	background-color:#002400;
	height:50px;
	margin: auto;
}

.menu_contenedor {
	height: 50px;
	margin: auto;
	padding-left: 150px;
	}

#menu_horizontal {
	padding: 0;
	}

#menu_horizontal li {
	display: inline;
	}
	
#menu_horizontal li a {
	font-family: Arial;
	font-size:16px;
	text-decoration: none;
	float:left;
	background-color: #002400;
	color: #fff;
	padding-top: 14px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	}

#menu_horizontal li a:hover {
	background-color: #003D2E;
	margin-top:-2px;
	padding-bottom:20px;
	}
	
/* ~~ este contenedor de anchura fija rodea a todos los demás elementos ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* el valor automático de los lados, unido a la anchura, centra el diseño */
	background-color: #1A3E32;
}

/* ~~ Esta es la información de diseño. ~~ 

1) El relleno sólo se sitúa en la parte superior y/o inferior de la div. Los elementos situados dentro de esta div tienen relleno a los lados. Esto le ahorra las "matemáticas de modelo de cuadro". Recuerde que si añade relleno o borde lateral a la div propiamente dicha, éste se añadirá a la anchura que defina para crear la anchura *total*. También puede optar por eliminar el relleno del elemento en la div y colocar una segunda div dentro de ésta sin anchura y el relleno necesario para el diseño deseado.

*/
.content {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cont_texto {
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
}


.cabecera {
	height:200px;
	background-image: url(imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1A3E32;
}

#fotocentral {
	width: 940px;
	border:10px solid #FFF;
	margin:auto;
}

.cuatro {
	height:300px;
	padding-top:40px;
}

.menu_central {
	height:280px;
	width:225px;
	background-color:#FFF;
	float:left;
}

.menu_central_sep {
	width:20px;
	height:280px;
	float:left;
	background-color: #1A3E32;
}

.fotos_central{
	height:180px;
}

.textos_central{
	height:90px;
	color: #C90;
	text-align: center;
	font-weight: bold;
	padding-top: 14px;
}

.leer_mas_central{
	height:30px;
	width:90px;
	background-color: #060;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	font-weight: normal;
	font-size: small;
	padding-top: 5px;
}
.leer_mas_central a:link {
	text-decoration: none;
	color: #FFF;
}

.leer_mas_central a:visited {
	text-decoration: none;
	color: #FFF;
}

.leer_mas_central a:hover {
	background-color: #1A3E32;
	padding-top: 5px;
	margin-top:-5px;
	text-decoration: none;
	height:30px;
	display:block;
	color: #FF0;
}


.tres {
	height:350px;
}

#tienda {
	float:left;
	cursor:pointer;
	background-color: #783101;
	display:block;
	text-align:center;
	width: 275px;
	height: 350px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#tienda_tienda {
	text-align:center;
	margin-top:15px;
	margin-bottom:0px;
	color:#FFC;
	font-weight: bold;
	font-size: 12px;
}

#tienda_jockeybuy_by {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	color:#0FF;
	font-size:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#tienda_cortinal {
	text-align:center;
	color:#FFF;
	font-size:20px;
	font-style:italic;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#tienda_texto {
	text-align: left;
	color: #FF0;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 11px;
}


.tres_centro {
	float:left;
	margin-left:30px;
	width: 350px;
	background-color: #1A3E32;
	height: 350px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color: #FF3;
}

#tres_centro_imagen {
	text-align:center;
	margin-top:15px;
	margin-bottom: 0px;
}

.venta_caballos {
	float:left;
	text-align:center;
	cursor:pointer;
	margin-left:30px;
	width: 275px;
	background-color: #FFC;
	height: 350px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}


#vc_titulo {
	width: 200px;
	height: 40px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	color:#FFF;
	background-color: #6C3;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#vc_subtitulo {
	text-align:center;
	color:#783101;
	font-size:14px;
	margin-top:15px;
	margin-bottom: 0px;
}

#vc_texto {
	text-align: left;
	color: #333;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
}


.sep_horizontal {
	height:30px;
}

/*                                      FOOTER                        */

.redes_sociales {
	height:60px;
	background-color:#399;
	padding-top: 5px;
}

#rs_contenedor {
	width:800px;
	margin:auto;
	
}

.rs_texto {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.rs_icono {
	width:75px;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	alignment-adjust: middle;
	text-align: center;
}

#footer_gris {
	background: #333;
	font-weight: normal;
	font-size: 12px;
	height: 284px;
	width: 960px;
}

#footer_gris h2, #footer_gris p, #footer_gris td {
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	}

#footer_gris p, #footer_gris td {
	font-size: 12px;
	
}

#pie_col_1 {
	clear: both;
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-left: 30px;
	}
	
#pie_col_1_texto{
	padding-left:20px;}
	
#footer_sherman {
	text-align:center}

#pie_col_2 {
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-left: 30px;
	}
	
#pie_col_3 {
	float: left;
	width: 263px;
	padding-left: 35px;
	padding-top: 20px;
	}	

#footer_copyright {
	clear: both;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #999999;
	font-size: 11px;
	padding-top: 23px;
	height: 43px;
	text-align: center;
	position: relative;
	border-top-color: #666666;
	border-top-style: solid;
	background-color: #333333;
}

.footer {
	height:45px;
	background-color:#002400;
	text-align:center;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* DEFINICIÓN DE LAS IMÁGENES APOYADAS A LA IZDA Y DCHA CON PIÉ DE PÁGINA - EJEMPLO: PÁGINAS DE HISTORIA */

div.VerDcha {	float: right;	margin-left: 25px;}
div.VerIzda {	float: left;	margin-right: 25px;}

div.HorIzda {  float: left; margin-right: 25px;}
div.HorDcha {  float: right; margin-left: 25px;}

div.Img320 {
	float: left;
	width: 320px;
	border: medium solid #FFF;
	background-color: #FFF;
}
div.HorDcha, div.HorIzda, div.VerDcha, div.VerIzda {
	border: medium solid #FFF;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FFF;
	
}
div.HorDcha p, div.HorIzda p, div.VerDcha p, div.VerIzda p, div.Img320 p {
	text-align: center;
	font-style: italic;
	color:#666;
	font-size: smaller;
	line-height: 1.1em;
	padding: 0 3px 0px 3px;
	margin: 4px 0 4px  0;
	text-indent: 0;
}

.mapa {
	width: 980px;
	height:640px;
	margin-top: 15px;
	float: left;
}

.indice {
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 12px;
	text-align: center;
}
 
.indice th {
	font-weight: bold;
	background-color: #363;
	padding:5px;
}
 
.indice tbody tr:hover td {
	background-color: #666;
}
 
.indice td {
    padding: 5px 10px;
}

.fila_par{
    background: #396;
    color: #FFFFFF;
}
.col_caballo:hover {
	background-color: #FFF;
}

.fila_impar{
    background: #696 ;
    color: #FFFFFF;
}

.indice_titulo {
	text-align: center;
	height: 200px;
	width: 800px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tabla_titulo{
	font-size: 14px;
}

.tabla_anual{
	font-size: 30px;
	color: #030;
	font-weight: bold;
	background-color: #C90;
}

.div_enlaces {
	width: 817px;
	margin-left: 70px;
	
}
.enlaces_titulos{
	width: 821px;
	height: 110px;
	float: left;
	background-color: #060;
}

.enlaces_tit_logo {
	width: 130px;
	height: 80px;
	text-align: center;
	background-color: #006600;
	}


.enlaces_tit_tipos{
	width: 550px;
	height: 80px;
	text-align: center;
	font-size: 36px;
	background-color: #006600;
	font-weight: bold;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	}

.enlaces_tit_bandera{
	width: 120px;
	height: 80px;
	text-align: center;
	background-color: #006600;
	}

.tabla_enlaces {
	font-size: 10px;
	table-layout: fixed;
}

.tabla_bandera{
	font-size: 30px;
	font-weight: bold;
}


.n2_cuadro{
	text-align: center;
	width: 800px;
	margin-left: 80px;
}

.n2_titulo_texto {
	font-family: "Courier New", Courier, monospace;
	font-size: 50px;
	font-weight: bolder;
	color: #0FF;
	padding-top: 0px;
}

.n2_cuerpo {
	width: 800px;
	margin-left: 80px;
	margin-top: 25px;
}

.n2_cuerpo p {
	text-indent:20px;
	}

.n2_cursiva {
	text-align: center;
	font-style: italic;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	color: #CCFF00;
	}

.ficha_head {
	text-align:center;
	height:190px;
	width:800px;
	margin-left:80px;
	background-image:url(imagenes/ficha_caballo_madera.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.ficha_head_yeguas {
	text-align:center;
	height:190px;
	width:800px;
	margin-left:80px;
	background-image:url(imagenes/ficha_yeguas_madera.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.ficha_nombre_caballo {
	font-family:"Courier New", Courier, monospace;
	font-size: 60px;
	font-weight: bolder;
	color: #000;
	padding-top: 80px;
}
.ficha_datos{
	float:left;
	text-align:left;
	height:280px;
	width:350px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 35px;
	background-color: #002400;
	}
	
.ficha_tabla {
	

}

.ficha_conten_fotos{
	float:right;
	height:630px;
	width:520px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right: 30px;
	}

.ficha_foto1{
	float:left;
	width:500px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;
	border: thick solid #FFF;
	}
	
	
.ficha_fotos234{
	float:left;
	height:150px;
	width:505px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;
	text-align: center;
	padding-top: 20px;
	
	/*border: medium solid #FFF;*/
	
	}	
	
.ficha_tabla_234 {
	width: 500px;
}

.mas_fotos {
	font-style: italic;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.ficha_video{
	float:left;
	height:250px;
	width:350px;
	margin-left:30px;
	margin-bottom:15px;
	border: thin solid #9F3;
	}

.ficha_pedigree {
	margin-left: 32px;
	float: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 892px;
	text-align: center;
	padding-bottom: 10px;
	background-color: #C90;
	}

.ficha_pedigree_titulo {
	text-align: center;
	height: 50px;
	padding-top: 15px;
	background-color: #060;
	margin-bottom: 10px;
	}

.ficha_origenes{
	margin-left: 32px;
	margin-top: 28px;
	float: left;
	text-align: center;
	height: 80px;
	padding-top: 15px;
	background-color: #063;
	margin-bottom: 10px;
	width: 898px;
	}

.ficha_descrip{
	float:left;
	width:855px;
	margin-left:33px;
	margin-top:15px;
	margin-bottom:15px;
	border: thin solid #9F3;
	padding: 20px;
	background-image: url(imagenes/pino_claro.jpg);
	color: #030;
	}
	
.ficha_descrip p {
	color: #030;
	font-size: 12px;
	}
	
div.ficha_descrip a:link, div.ficha_descrip a:visited, div.ficha_descrip a:hover {
	color: #030;
	font-size: 12px;
	}

/* ~~ Selectores de elemento/etiqueta ~~ */
ul, ol, dl { /* Debido a las diferencias existentes entre los navegadores, es recomendable no añadir relleno ni márgenes en las listas. Para lograr coherencia, puede especificar las cantidades deseadas aquí o en los elementos de lista (LI, DT, DD) que contienen. Recuerde que lo que haga aquí se aplicará en cascada en la lista .nav, a no ser que escriba un selector más específico. 
	padding: 0;
	margin: 0;*/
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* la eliminación del margen superior resuelve un problema que origina que los márgenes escapen de la etiqueta div contenedora. El margen inferior restante lo mantendrá separado de los elementos de que le sigan. */
	padding-right: 0px;
	padding-left: 0px; /* la adición de relleno a los lados del elemento dentro de las divs, en lugar de en las divs propiamente dichas, elimina todas las matemáticas de modelo de cuadro. Una div anidada con relleno lateral también puede usarse como método alternativo. */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
a img { /* este selector elimina el borde azul predeterminado que se muestra en algunos navegadores alrededor de una imagen cuando está rodeada por un vínculo */
	border: none;
	alignment-adjust: middle;
}
/* ~~ La aplicación de estilo a los vínculos del sitio debe permanecer en este orden (incluido el grupo de selectores que crea el efecto hover -paso por encima-). ~~ */
a:link {
	text-decoration: underline;
	color:#FFF; /* a no ser que aplique estilos a los vínculos para que tengan un aspecto muy exclusivo, es recomendable proporcionar subrayados para facilitar una identificación visual rápida */
}
a:visited {
	text-decoration: underline;
	color:#FFF;
}
a:hover, a:active, a:focus { /* este grupo de selectores proporcionará a un usuario que navegue mediante el teclado la misma experiencia de hover (paso por encima) que experimenta un usuario que emplea un ratón. */
	text-decoration: none;
	color:#FFF;
}


/* ~~ clases float/clear varias ~~ */
.fltrt {  /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase puede situarse en una <br /> o div vacía como elemento final tras la última div flotante (dentro de #container) si se elimina overflow:hidden en .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.vendido {
	color: #FF0;
}
