
.destacado_socio {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.destacado_socio a {
    background-color: #aa2c37;
    border-radius: 5px;
    color: #fff;
    padding: 4px 8px;
}
.destacado_socio a:hover {
    background-color: #000;
    padding: 4px 8px;
}
.nombre {   padding-bottom: 15px;}
.cabecero_interior {
    background-color: #ff9326;

    border: 1px solid #cccccc;
    color: #fff;
    margin-bottom: 30px;
    padding: 10px !important;
}

.banner_cabecero_interior{  
    background-image: url(img/cabecero_interior4.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;  

    padding-bottom: 0px;
    height: 160px;
}



.titular_pagina {
    color: #aa2c37;
    font-size: 80px;
    font-weight: bold;
    padding-top: 60px;
    font-family: 'ralewaybold';
    line-height:100%;
    margin-bottom: 0px;
}
.pagination {
    display: block;
    float: right !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
}
.pagination li {
    color: #666666;
}
.pagination li a {
    color: #aa2c37;
}
.pagination li a:hover {
    background-color:  #aa2c37;
    color: #ffffff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:  #aa2c37;
    border-color:  #aa2c37;

}
.contenido_interior h3 {
    color:#aa2c37;
    font-family: 'ralewaybold';
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 25px;
}

.contenido_interior h4 {
    color: #aa2c37;
    font-family: 'ralewaysemibold';
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.contenido_interior h5 {
    color: #aa2c37;
    font-family: 'ralewaysemibold';
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.contenido_interior img {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contenido_interior a {
    color: #aa2c37;
}
.contenido_interior a:hover {
    color: #000000;
}
.contenido_interior .negro {
    color: #000000;
    font-weight: bold;
}

/*------ socios --------*/

#formu_socio{ padding:  10px 20px 10px 20px;}
.politica2 a{font-size: 12px; color:#666666;}
.titulo_formu{ font-size: 30px; color:#aa2c37; margin-bottom: 20px;}
.fondo_rojo2{ background-color: #aa2c37; padding-top: 8px; padding-bottom: 8px; color:#fff;}
.fondo_rojo2 a{color:#fff;}
.fondo_rojo2 a:hover{color:#000;}
.salir_socio{text-align: right; font-size: 18px;}



.fecha_en_linea{ width: 100%; display: inline-flex; }

.margen_boton{ margin-left: 5px; }

.sin_borde{ border: 0px; }



/*------ sementales--------*/
.selecciona {
    margin-top:50px;
    background-color: #aa2c37;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 700;
    margin-bottom: 20px;

}
.selecciona label {

    color: #fff;
    font-size: 1.5em;

}
.bloque_semental{ text-align: center;  margin-bottom: 30px;}

.lista_sementales {
    margin-top: 70px;
}


.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.sobre_circulo {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: 
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
    background-image: url(img/foto_semental.jpg);
    background-position: center;
    background-size: cover;
}



.ch-info {
    position: absolute;
    background: rgba(170,44,55, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-backface-visibility: hidden;

}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 100px;
    font-family: 'ralewaybold';
}

.ch-info p a:hover {
    color: #fff;
    
}

.ch-item:hover {
    box-shadow: 
        inset 0 0 0 1px rgba(255,255,255,0.1),
        0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ch-item:hover .ch-info p {
    opacity: 1;
}

.bloque_semental h3{ font-family: 'ralewaybold'; color:#000; font-size: 26px; text-align: center; line-height: 100%; margin-top: 0px;}
.bloque_semental  .capa{font-size: 20px;  font-family: 'ralewaybold'; margin: 0px;}
.bloque_semental  .local{font-size: 14px; color: #aa2c37;  font-family: 'ralewaybold'; margin: 0px;}
.bloque_semental  .local .fa{color:#000; padding-right: 8px; }


.zona_atras{padding-top: 30px;}


.imagen_ficha_g img{ width: 100%;}
.imagen_ficha_p{padding: 2px;}
.zona_datos_ficha h3{text-transform: uppercase;  font-family: 'ralewaybold'; color:#000;  border-bottom: 1px solid #000; margin-bottom: 30px;}
.dato{color:#000; line-height: 100%; font-size: 16px; }
.nombre_dato {text-transform: uppercase; color:#666; font-size: 12px; color:#aa2c37;   font-family: 'ralewaysemibold';}
.subtitular{ text-transform: uppercase;    font-family: 'ralewaybold';    color: #000; font-size: 24px; margin-top: 40px;}
.zona_imagenes_ficha{ margin-top: 25px;}



.tablas_cookies{ padding-top: 15px; padding-bottom: 15px; text-align: left; }
.tablas_cookies th{ color:#fff; background-color: #aa2c37; font-size: 0.9em; text-align: center!important;}
#cookies h4{ margin-top: 20px; padding-top: 8px; color:#000;}





@media only screen and (max-width: 959px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .titular_pagina {    font-size: 55px; color:#fff; padding-top: 90px; }
}
@media only screen and (max-width: 479px) {
    .titular_pagina {    font-size: 38px; color:#aa2c37; padding-top: 90px; }
    .destacado {    font-size: 20px;}
}


.destacado_aviso {
    font-weight: bold;
    color: #AA2C37;
}.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(plugins/lightbox2/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(plugins/lightbox2/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(plugins/lightbox2/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(plugins/lightbox2/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}