.tablacombinaciones{
    width: 100%;
    font-size: 11px;
    color: #555555;
}
.tablacombinaciones thead tr {
    background: #2c2e32;
    color: #fff;
    text-transform: uppercase;
}

.tablacombinaciones thead tr th {
    border: 0px;
}
.tablacombinaciones tbody tr td {
    border-left: 0px;
    border-right: 0px;
    vertical-align: middle;
}

.tablacombinaciones .num{
    text-align: right;
    margin-right: 10px;
}

.tablacombinaciones .nombre_prod {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.alto_min_300 {
    min-height: 400px;
}
.sort-div {
    margin: 15px;
}

.paginacion a {
    padding: 5px 10px;
    margin-right: 10px;
    color: #000;
}

.paginacion a.active {
    color: #fff;
}

.filtro-top {
    margin-bottom: 0px;
    padding: 15px 0;
}

.fondo-filtro {
    background: #f4f4f4;
    padding-bottom: 10px;
}

.filtro-top-atributos {
    margin-bottom: 20px;
    background: #fafafa;
    padding: 20px;
}

.botonera-filtros {
   /* display: block;
    text-align: right;
    position: absolute;
    bottom: 0;
    right:0;*/
   padding-top: 25px;
    margin-bottom: 25px;
}

.filtro-pez-tecnica label {
    display: block;
    font-weight: bold;
    color: #000;
}

.filtro-pez-tecnica .form-group  {
    padding: 0px 13px;
}

.filtro-pez-tecnica .form-group select {
    min-width: 200px;
}

.tipolista-container, .sort-container {
    display: inline-block;
}

.sort-container span {
    padding-left: 40px;
}


.padding_left40 {
    padding-left: 40px !important;
}

.padding_left20 {
    padding-left: 20px !important;
}

#combinaciones thead tr th span {
    cursor: pointer;
    font-weight: bold;
}

.filtro-atributos {
    margin-top: 10px;
}

.filtro-pez-tecnica .form-group select {
    width: 100%;
}

.label_filtros {
    font-weight: normal;
    padding-top: 5px;
}

.cuadro_respuesta{ padding: 50px; background-color: #eee; font-size:17px; text-align: center;}
.margen_sup{ margin-top: 50px; }

.familia_portada {
    position: relative;
}

.imagen_rejilla {
    width: 90px;
}

.overlay_familia_portada {
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 40px;
    width: 40%;
    margin: 20px 40px;
}

.overlay_familia_portada .mas_info {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
}

.mas_info:hover {
    background: #fff;
    color: #000;
}

.overlay_familia_portada h1 {
    font-size: 42px;
}

.overlay_familia_portada p{
    font-size: 16px;
}

.container_subfamilia{
    overflow: hidden;
    margin-bottom: 30px;
    height: 100%;
}

.subfamilia {
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid #ccc;
}

a:hover .subfamilia {
    background-color: #fff;
}

.overlay_familia {
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0);
    color: #fff;
    padding: 60px;
    height: 100%;
    width: 100%;
}

a:hover .overlay_familia {
    transition: all 0.5s ease 150ms;
    background: rgba(255,255,255,0.3);

}

a:hover .nombre_subfamilia {
    color: #000;
}

.nombre_subfamilia{
    width: 100%;
    text-align: center;
    line-height: 100%;
    padding-top: 8px;
    color: #888;
    height: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-family: latobold;
}

.subfamilia_centrado {
    vertical-align: middle;
}

.subfamilia_centrado p {
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.texto_familia_completo{
    text-align: justify;
    margin-bottom: 40px;
}

/* filtro_busqueda_familia */

.filtro_busqueda_familia {

}

.tarjeta_familia {
    border: 1px solid #ccc;
    display: block;
    padding: 20px;

    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;

    margin-bottom: 1rem;
    min-height: 251px;
}

.tarjeta_familia_cabecero h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    font-family: 'latosemibold', serif;
}

.tarjeta_familia ul {
    list-style: none;
}

#caracteristicas_fuera_rejilla ul li {
    display: block;
}

#caracteristicas_fuera_rejilla ul li  span{
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#home table tr:first-child {
    background: #666;
    color: #fff;
}
#home table td {
    border: 1px solid #ccc;
    text-align: center;
}
#home table {
    width: 100%;
    border: 1px solid #ccc;
    margin-top:20px;
}

.btn-filtro-car {
    border: 0 solid;
    border-radius: 0;
    /*background: #f89d18 none repeat scroll 0 0;*/
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
}

.botonera-filtros .reset {
    background: #5A5F65;
}


.btn-filtro-car:hover {
    background: #fff;
    color: #000;
}

.anade_carrito_disabled {
    background: #666 !important;
    color: #ccc !important;
}

.anade_carrito_disabled:hover {
    color: #ccc !important;
}

.label-agotado {
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
}