/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	height:100%;
	background:#3e3d40;
	
	}
h1,h2,h3,h4,h5,h6,h8{margin:0; padding:0;}
ul{margin:0; padding:0; list-style:none;}
li{margin:0; padding:0;}
p{margin:0; padding:0;}
img{border:none;} 
body{
	margin: 0 auto; 
	width: 1000px;
	/*
	min-height:98%;
	
	height:98%;
	*/height: auto!important;
	background:#f4f4ee;
	display:block;
	}


/* CABECERA */
.cabecera {
	background:#f4f4ee url(img/CABECERA2014.jpg) no-repeat center 20px;
	width: 1000px;
	margin:0 auto;
	height:140px;
	border: 0px solid red;
	}
	
.cabecera h1{
	/* Hide the text. */
	text-indent: -9999px;	/* sends the text off-screen */
	white-space: nowrap;	/* because only the first line is indented */
	overflow: hidden;
	width: 1000px;
	height:160px;
	}
.cabecera h1 a {
    outline: none;			/* prevents dotted line when link is active */
	display:block;
	width: 1000px;
	height:160px;
}

.breadcrumbs{
	clear:both;
	margin-left:280px;
	margin-right:40px;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	font-size:1.0em;
	text-transform:uppercase;
	color:#993333;
	border: 0px solid green;
	margin-top:10px;
	
}
.breadcrumbs a{
	text-decoration:none;
	color:#87868a;
}

.breadcrumbs a:hover{
	text-decoration:none; 
	color: red;
	}

.breadcrumbs a.activo{
	text-decoration:none;
	color:#000;
}


/* CUERPO */

.central{
	clear:both;
	min-height:100%;
	height: auto!important;
	height:100%;
	margin-left:40px;
	margin-right:40px;
	border:0px solid black;
	}
	
	
	
.mnu-izq{
	width:200px;
	float:left;
	}	 
.mnu-izq li{ 
	border-top:1px solid grey;
	border-bottom:1px solid grey; 
	margin:2px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal; 
	text-transform:uppercase;
	font-size:1.05em;
	letter-spacing:-1px;
	}
.mnu-izq li li{font-size:0.95em; padding-left:10px; border:0px;}	
.mnu-izq a{ text-decoration:none; color: black;}
.mnu-izq a:hover{ text-decoration:none; color:#db1313;} 

.mnu-izq .current-menu-item a,
.mnu-izq .current-menu-ancestor>a{ text-decoration:none; color:#ba2020;}
.mnu-izq .current-menu-item a:hover,
.mnu-izq .current-menu-ancestor>a:hover{ text-decoration:none; color:#db1313;}

.mnu-izq .current-menu-item ul a{ text-decoration:none; color:darkgrey;}
.mnu-izq .current-menu-item ul a:hover{ text-decoration:none; color:#db1313;}


.mnu-izq ul.sub-menu{ padding-left:5px; display:none;}
.mnu-izq li.current-menu-ancestor>ul.sub-menu,
.mnu-izq li.current-menu-item>ul.sub-menu{ display:block;}
	
#pagina {
	float:right; 
	width:678px; 
	margin-top:2px; 
	margin-left:40px; 
	border:0px solid blue; 
	border-top:1px solid black;
	padding-bottom:20px;
	padding-top:5px;
	}	
#i-mnu-izq{display:none;}

.post-contenedor div{
	max-width:678px;
	height:auto;
	font-size:0.9em;
	}

.post-contenedor p{
	font-size:0.9em;
	}
	
.post-contenedor h1, 
.post-contenedor h2,
.post-contenedor h3,
.post-contenedor h4,
.post-contenedor h5,
.post-contenedor h6{
	font-family: 'Ropa Sans', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	}	
.post-contenedor h5 {
	margin-bottom:5px;
	}
	
.meteor-slides,
.meteor-slides div,
.meteor-slides img{
	max-width:676px;
	height:auto;
	}	
.meteor-slides{
	max-height:350px;
	overflow:hidden;
	}	
	
.indice{
	width:325px;
	border-bottom: 1px solid black;
	margin:0px;
	margin-bottom:20px;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:1em;
}
.indice:nth-child(odd) { /* izquierda */
	float:left;
}
.indice:nth-child(even) { /* derecha */
	float:right;
}	
.indice img{
	width:325px;
	height:auto;
}
.indice div{
	height:162px!important;
	overflow:hidden;
}
.indice a{
	text-decoration:none;
	color:#000;
	}
.indice a:hover{
	text-decoration:none;
	color:red;
	}


#noticia_incrustada{ 
	float:right;
	width:325px;
	border-bottom: 1px solid black;
	margin:0px;
	margin-bottom:20px;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:1em;

}
	
#noticia_incrustada img{
	width:325px;
	height:auto;
}
#noticia_incrustada div{
	height:162px!important;
	overflow:hidden;
}
#noticia_incrustada a{
	text-decoration:none;
	color:#000;
	}
#noticia_incrustada a:hover{
	text-decoration:none;
	color:red;
	}	
	
.grupo{
	width:200px;
	border: 0px solid black;
	margin:0px;
	margin-bottom:20px;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:1.2em;
	text-align:center;
	margin:10px;
}
.grupo:nth-child(odd) { /* izquierda */
	float:left;
}
.grupo:nth-child(even) { /* derecha */
	float:left;
}	
.grupo img{
	width:150px!important;
	height:auto;
}
.grupo img.alignnone{
	width:150px!important;
	height:auto;
	margin-top:50px;
}
.grupo div{
	height:160px!important;
	overflow:hidden;
}
.grupo a{
	text-decoration:none;
	color:#000;
	}
.grupo a:hover{
	text-decoration:none;
	color:red;
	}	
	
/* FICHAS */

.post-contenedor .ficha_top{font-size:1.1em; margin-top:20px;}
.post-contenedor .datos {font-size:1.0em;}
.datos strong{
	font-family: 'Abel', sans-serif;
	font-weight:800;
	font-size:1.2em;
	}
	
/* GANADERIAS */	
	
#menu-ganaderia {
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	border-bottom:1px solid #000000;
	font-size:1.1em;
	height:34px;
	}	
#menu-ganaderia img{ height:25px; width:auto;}
#menu-ganaderia li{ float:left; padding-right:15px;}
	 
/* 360vr */

.menu-360vr{
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	border-bottom:1px solid #000000;
	font-size:1.1em;
	height:25px;
	background:#000;
	}
.menu-360vr li{ float:left; padding-right:15px; padding-left:15px;}
.menu-360vr li a{ color:#ffffff; text-decoration:none;} 
.menu-360vr li a:hover{ color:red; text-decoration:none;} 
	 
	 
	 
/* PIE */
.pie{
	clear:both;
	height:80px;
	
	border:0px solid red;
	
	font-size:0.50em;
	background:#000 url(img/barra-pie.jpg) no-repeat center 50px;
	color:#fff;
	}	 
	 
.pie .textos{
	margin-top:20px;
	margin-left:40px;
	float:left;
	width:920px;
	}

.menu-secundario{
    width: 200px;
    text-align: center;
    margin: 0 auto;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:20px;
	}
.menu-secundario li{ 
	float:left; 
	margin-left:20px;
	margin-right:20px;
	
	}

.menu-secundario a{ text-decoration:none; color:#fff;}
.menu-secundario a:hover{ text-decoration:none; color:red;}	
	
.pie .feed{
	width:20px;
	margin-right:20px;
	margin-top:20px;
	
	float:right;
	} 

.pie .feed img{
	width:20px;
	height:auto;
	}
	
	
/* ESTILOS WORDPRESS */
.alignleft{ 
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	border-bottom:1px solid black;
	
	width:325px!important;
	height:auto;
}
.alignright{ 
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	border-bottom:1px solid black;
	
	width:325px!important;
	height:auto;
}
.aligncenter{
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	width:678px!important;
	height:auto;
	border-bottom:1px solid black;
	}

.aligncenter img{
	margin-left: 0px;
	margin-right:0px;
	width:678px;
	height:auto;
	}
	
.alignnone{
	margin:10px;
	border-bottom:1px solid black;
	
	width:325px!important;
	height:auto;
	}

.alignright img,
.alignleft img,
.alignnone img{
	width:325px!important;
	height:auto;
}
.wp-caption-text{
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:0.9em;
	}
	
/* NOTICIAS Y ENLACES DE INTERES */

.noticias{
	width:100%;
	float:left;
	border: 0px solid black;
	height:135px;
	margin:10px;
	margin-left:0px;
	border-bottom: 0px solid black;
	padding-bottom: 40px;
	margin-top:0px;
	}
	
img.attachment-miniatura_noticia {
	width:240px;
	height:auto;
}
.noticias div.imagen{
	width:240px;
	height:165px;
	overflow:hidden;
	float:right;
	padding-top:0px;
	}
.noticias div.imagen a span{
	
    position: relative;
    color: red;
    font-weight: bold;
    background: #fff;
    margin: 5px;
    top: 140px;

}
.noticias div.imagen a img{
	
    position:absolute;

}
.noticias img{
	width:240px;
	border:0px;
	}
.noticias h3{
	height:40px;
	overflow:hidden;
	text-transform:uppercase;
	font-size:1.0em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 800;
	width:438px;	
	border-top: 1px solid black;
	padding-top:14px;
	}
.noticias h3 p{
	font-size:0.9em;
	line-height:0.9em;
	height:20px;
	overflow:hidden;
	padding:0px;
	width:438px;
	text-align:left;
	}

.enlaces h3 p{
	font-size:0.9em;
	line-height:0.9em;
	height:14px;
	overflow:hidden;
	padding:0px;
	width:438px;
	text-align:left;
	}
	
.enlaces h3 a{
	font-size:1.0em;
	line-height:0.9em;
	height:20px;
	overflow:hidden;
	padding:0px;
	width:438px;
	text-transform:none;
	text-decoration:none;
	background:none;
	color:#000000;
	}
		
.noticias h3 p:first-child{
	font-size:1.1em;
	line-height:1.0em;
	height:18px;
	overflow:hidden;
	padding-top:5px;
	}
	
.noticias p{	
	/*padding-right:240px;*/
	padding:5px;
	font-size:0.8em;
	/*height:80px;*/
	overflow:hidden;
	width:433px;
	text-align:justify;
	padding-left:0px;
	}
.noticias div.leer{
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	overflow:hidden;
	float:right;
	background:black;
	text-align:center;
	margin-right:20px;
	line-height:11px;
}
.noticias a{ font-size:.6em; background:black; text-decoration:none; color:white; text-transform:uppercase;font-family: 'Abel', sans-serif; font-weight:normal; }
.noticias a:hover{color:red;}
.noticias .pie{
	border-bottom:1px solid #000000;
	height:7px;
	width:510px;
	float:left;
	}

.noticia{
	font-size:0.9em;
	}
.noticia h2{
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 800;
	font-size:2em;
	margin-top:4px;
	margin-bottom:20px;
	}
.noticia h2 p{
	font-size:0.6em;
	line-height:0.8em;
	}
.noticia p{
	margin-bottom:10px;
	}

.noticia img.attachment-cabecera_noticia {
	width:678px;
	height:auto;
}
.noticia div.imagen{
	width:678px;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}




.menu-cartel li{ float:left; padding-right:15px;}
.menu-cartel{
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	border-bottom:1px solid #000000;
	font-size:1.1em;
	height:25px;
	
	}
.menu-cartel a{ text-decoration:none; color:grey;}
.menu-cartel .current-menu-item a{ color:darkred;}

.galeriacarteles{ margin:5px;}
.minicarteles{ float:left; width:160px; margin:15px; text-align:center;}

.minicarteles a{ text-decoration:none; color:#000000; text-transform:uppercase;}
.minicarteles a:hover{ text-decoration:none; color:#000000; text-transform:uppercase;}

.minicarteles .imagen{ width:160px; height:160px; overflow:hidden;}
.minicarteles.programa .imagen{ width:160px; height:200px; overflow:hidden;}
.minicarteles.billete .imagen{ width:160px; height:40px; overflow:hidden;}
.minicarteles h4{ height:45px; }

