﻿*
{
    margin: 0;
}
html, body
{
    height: 100%;
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -146px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push
{
    height: 146px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


body
{
    background-color: #ffffff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    font-family: source_sans_proregular;
}

a:hover, a:focus
{
    color: #a02026;
    text-decoration: none;
}

a.menucalidad:hover
{
    color: #a02026;
    text-decoration: none;
}

a
{
    color: #808080;
    font-weight: normal;
}



header nav
{
    text-align: right;
}

.navbar
{
    margin-bottom: 0;
}

#logo
{
    float: left;
    margin: 8px -15px;
    position: absolute;
    z-index: 1;
}
#logofixed
{
    float: left;
    margin: 3px -15px 0;
    display:none;
}
#logohg {
    float: left;
    margin: -10px -15px;
    position: relative;
    z-index: 1;
}

/***ejemplos colorcontenedores**/

.container
{
    /*background-color: #cccccc;*/
}

ul.menu
{
    font-family:  source_sans_proregular;/*source_sans_probold*/
    font-size: 1em;/*1.2em*/
    float: right;
    text-transform: uppercase;
}

ul.menu li a
{
    padding: 7px 20px;
}

.navbar-default .navbar-nav > li > a
{
    /*color: #897248; */
    color:#A82020; 
    transition:color 0.2s ease-out 0s;
}

.navbar-default .navbar-nav > li > a:hover
{
    /*font-weight: bold;
    text-shadow: 0px 0px 2px #897248;*/
    /*color: #2C2417;
    background-color: #897248;*/
    background-color: #A82020;
    font-weight: normal;
    color: #ffffff;
    transition: all 0.5s ease-out 0s;
}
.nodropdown
{
    
    font-weight: normal;
    color: #ffffff;
}
.nodropdown:hover
{
    background-color: #A82020;
    color: #ffffff;
}
/*.navbar-default .navbar-nav > li > a:active
{
    background-color: #897248;
    font-weight: bold;
    color: #ffffff;
}*/
.nav.navbar-nav.menu li:last-child a
{
    /*margin-right: -15px;*/
    /*padding-right: 0;*/
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #a82020;
    color: #fff;
    text-decoration: none;
}

footer
{
    background-color: #F1E8D9;/*#EFF1EE*/
    margin-top:30px;
}
ul.menu, ul.menufooter
{
    list-style-type: none;
}

.navbar-default
{
    background-color: #ffffff;
    border-color: #ffffff;
    transition:all 0.4s ease-out 0s;
}
.navbar-default-fixed
{
    margin-left: -16px;
    margin-top: -1px;
    transition:all 0.4s ease-out 0s;
    position:fixed;
    z-index:5;
    
    border-radius:0;
}
.blueheader
{
    /*background-image:url(../img/bgblueheader1.png);
    background-repeat:no-repeat;
    background-position:0 0;*/
    background: rgba(0, 0, 0, 0) url("../images/bgblueheader2.png") repeat-x scroll 434px 0;
    height: 141px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.blueheader2
{
    /*background-image:url(../img/bgblueheader1.png);
    background-repeat:no-repeat;
    background-position:0 0;*/
    background: rgba(0, 0, 0, 0) url("../images/bgblueheader2.png") repeat-x scroll 434px 0;
    height: 141px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.redes, .claim, .idiomas
{
    float: right;
    margin-right:90px;
}

.redes
{
    margin-right: 30px;
}
.claim
{   
    font-family:lovemeforevermedium;
    font-size:2em;
    color:#897248;
    /*color:#a82020;*/
    font-weight:bold;
    clear: right;
}
.claim > span {
    display: block;
    margin-bottom: 35px;
}
ul.redes, ul.idiomas, .alergenos
{
    list-style-type: none;
    padding: 0;
}
ul.idiomas
{
    font-family: source_sans_prolight;
    font-size: 0.9em;
    letter-spacing: 2px;
}
ul.redes li, ul.idiomas li
{
    display: inline;
}
ul.idiomas li a
{
    text-decoration: none;
    color:#ffffff;
}
ul.idiomas li:after
{
    content: "|";
    margin-left: 3px;
    color:#ffffff;
    
}
ul.idiomas li:last-child:after
{
    content: "";
    margin-left: 15px;
}
.bgsub
{
    border-bottom: 15px solid #f1e8d9;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    display: block;
    height: 10px;
    margin: 0 auto;
    /*margin: 0 210px;
    position: absolute;
    z-index: 2222;
    top: 45px;*/
    
    
    width: 0;
    display:block;
     
}
.subseccion, .subseccion2
{
    font-family: source_sans_proregular;
    font-size: 1em;   
    text-align:center;
    /*padding-bottom: 10px; */ 
    
}
.subseccion
{
    margin-top:40px;
    /*background-color:#F1E8D9; */  
    position:relative;
    z-index:1; 
    font-size:0.87em;
    text-transform:uppercase;
}
.subseccion2
{
    padding:10px;
    position:relative;
    top:0px;
    z-index:1;
    margin:-22px 0 0;
    padding:0;            
    /*opacity:0;
    animation-name: secvisible;    
    animation-duration: 2s;  
    animation-fill-mode: forwards;
    -webkit-animation-name:secvisible;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;*/
    
}
.sizehigh
{
    font-size:1.4em;
}
/*@keyframes secvisible
{
    0%{opacity:0;top:250px;}
    100%{opacity:1;top:220px;}
}
@-webkit-keyframes secvisible
{
     0%{opacity:0;top:250px;}
    100%{opacity:1;top:220px;}
}
*/
section.conocenos .titular
{
    font-size:1em;
    line-height:1.6;
}
section.conocenos .titularmarcas {
    font-size: 2.6em;
    line-height: 1.6;
    padding: 30px 0 30px;
    font-family:source_sans_proregular;
    text-transform:uppercase;
}
.subseccion ul, .subseccion2 ul
{
    margin:0 auto;
    padding:0;
}
.subseccion ul
{
    padding: 2px;
    background-color:#f1e8d9;
}
/*.subseccion2 ul
{
    display:inline-block;
    background-color:#ffffff;
    padding: 10px 12px 10px 20px;
    border-radius:12px;
    width: 45%;
}*/
.subseccion2 > ul 
{
        background: transparent url(../images/btnempleados.jpg) repeat 0 0;
        border-radius: 0 !important;
        font-size: 14px;
        line-height: 2;
        padding: 4px 0 2px !important;
        text-transform: uppercase;
        width: 60% !important;
    }
.subseccion li, .subseccion2 li
{
    display: inline;
    padding-right:6px;
    /*padding:0 10px;*/
}
.alergenos
{
    /*max-width:205px;*/
    float:left;
}
.alergenos > ul {
    padding: 0;
    text-align: left;
}
.alergenos li{
    display: inline-block;
    text-align: center;
    width: 100px;
    height:auto;
    min-height:94px;
    margin-bottom:10px;
}
.alergenos span {    
    display: inline-block;
}
.subseccion li a, .subseccion2 li a
{
    text-decoration: none;
}
.subseccion li:after
{
    content: "|";
    margin-left: 12px;
    color:#a6a6a6;
    font-weight:normal;
    font-family: source_sans_proregular;
     
}
.subseccion2 li:after
{
    content: "|";
    margin-left: 12px;
    color:#ffffff;
    font-weight:normal;
    font-family: source_sans_proregular;
     
}

.subseccion li ul li {    
    display:none;
}

.subseccion li:last-child:after, .subseccion2 li:last-child:after
{
    content: "";
    margin-left: 0;
}
.nocontenta::after {
    content: "" !important;
}
.nocontentb::before {
    content: "" !important;
}
.subseccion li ul {
    display: inline;   
    font-size: 1em;
    padding-left: 0px;
}
/*.op
{
    border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
	border-left:5px solid #a82020; 
    width: 0;
    height: 0;
    display:block;       
}*/


.subseccion > li:nth-child(2) li
{
    font-size:1em;
}



ul.redes li a
{
    display: inline-block;
    text-indent:-9999px;
}

ul.elementshare
{
    margin:0;
    padding:0;
    list-style-type:none;
}
ul.elementshare li
{
    display:inline;
}

ul.elementshare li a
{
    display: inline-block;
    color: #C35449;    
    font-family: latoregular;
    font-size: 0.8em;
}

.pasos a, .ingredientes a, .ingredientes {
    /*background-color: #f2eadb;
    border-radius: 3px;*/
    color: #C35449;
    /*padding: 5px;*/
    text-decoration:underline;
}

ul.ingredientes{
    list-style-type:disc;
    margin: 0;
    padding-left: 15px;
}
ul.ingredientes li
{
    margin:10px 0;
}
ul.elementshare li a.fbshare
{
    text-indent: -9999px;
}
.fbshare
{
    background: url(../images/redes/fmegusta.png) no-repeat 0 0;
    width: 67px;
    height: 26px;
    position:relative;  
    padding-left:70px;
}
.icoshare
{
    background: url(../images/redes/icoshare.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;  
    margin-right: 80px;
    padding-left: 28px;
}
.icoprint
{
    background: url(../images/icoprint.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;  
    padding-left: 30px;
}
/*facebookred*/
.facebookred 
{
    background: url(../images/redes/facebook.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;    
    
}
/*twitterred*/
.twitterred
{
    background: url(../images/redes/twitter.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;
}
/*gloogleplusred*/
.googleplusred
{
    background: url(../images/redes/google.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;
}
/*flickrred*/
.flickrred
{
    background: url(../images/redes/flickr.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;
}
/*youtubered*/
.youtubered
{
    background: url(../images/redes/youtube.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;
}
/*instagramred*/
.instagramred
{
    background: url(../images/redes/instagram.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position:relative;
}
.facebookred:hover:after, .twitterred:hover:after, .googleplusred:hover:after, .flickrred:hover:after, .youtubered:hover:after, .instagramred:hover:after
{
    opacity:1;
}
.facebookred:after
{
    background: url(../images/redes/facebook.png) no-repeat -30px 0;
    opacity:0;
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    top:0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.twitterred:after
{
    background: url(../images/redes/twitter.png) no-repeat -30px 0;
    opacity:0;
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    top:0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.googleplusred:after
{
    background: url(../images/redes/google.png) no-repeat -30px 0;
    opacity:0;
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    top:0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.flickrred:after
{
    background: url(../images/redes/flickr.png) no-repeat -30px 0;
    opacity:0;
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    top:0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.youtubered:after
{
    background: url(../images/redes/youtube.png) no-repeat -30px 0;
    opacity:0;
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    top:0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.instagramred:after
{
    background: url(../images/redes/instagram.png) no-repeat -30px 0;
    opacity:0;
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    top:0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}



nav
{
    float: right;
    margin: -34px 0 0;
}
.nav_hg
{
    /*margin:-68px -15px 0;*/
    margin:-68px 70px 0;
}
.navbar-header
{
    width: auto;
    min-width: 100%;
    padding-top: 17px;
}

.paddinglessr
{
    padding-right: 0px;
}
.lessmargin
{
    margin-left:-15px;
    margin-right:-15px;
}
.lesspaddinglr
{
    padding-left:0;
    padding-right:0;
}
.lessmarginr
{
    margin-right:-30px;
}
.lessmarginplus
{
    margin-left:-30px;
    margin-right:-30px;
}
.familias
{
    margin-top: 50px;
    text-align: center;
}
.carousel.slidehg {
    position: relative;
    top: -25px;
    z-index: 0;
}
.carousel.slidebotg {
    margin-bottom: 25px;
    position: relative;
    top: 0;
    z-index: 0;
}

.tab-content
{
    height: auto;
    /*min-height: 200px;*/
    border-top: 1px solid #897248;
    margin-top:-1px;
   
}
.nav-tabs
{
    text-align: center;
    border-bottom: 0px;
    font-family: source_sans_proregular;
    font-size: 1em;   
    text-transform:uppercase; 
}
.nav-tabs > li
{
    float: none;
    display: inline-block;
}

.nav.nav-tabs > li
{
    /*background-color: #ffffff;*/
    margin: 0 5px -1px;
    /*background-color: #EFF1EE;
    text-shadow: 1px 1px 3px #ffffff;
    -webkit-box-shadow: 2px 2px 2px 2px #DBDBDA;
    -moz-box-shadow: 2px 2px 2px 2px #DBDBDA;
    -o-box-shadow: 2px 2px 2px 2px #DBDBDA;
    -ms-box-shadow: 2px 2px 2px 2px #DBDBDA;
    box-shadow: 2px 2px 2px 2px #DBDBDA;*/
}

.nav.nav-tabs > li.active a
{
    /*background-color: #897248;*/
    background-color:#a82020;
    color: #ffffff;
    box-shadow: none;
}
.nav.nav-tabs > li a:hover
{
    /*background-color: #897248;*/
    background-color:#a82020;
    color: #ffffff;
    box-shadow: none;
    transition: all 0.5s ease-out 0s;
}
.nav-tabs > li a
{
    color: #897248;
}
.nav .nav-tabs > li.active
{
    /*border: 1px solid #B3B3B3;
    background-color: #ffffff;
    color: #897248;*/
    box-shadow: none;
    
    
    
}

 .nav-tabs > li.active > a:hover
{
    /*background-color: #897248;*/
    background-color:#a82020;
    font-weight: normal;
    color: #ffffff;
    transition: all 0.5s ease-out 0s;
}
.nav-tabs > li > a
{
    border-radius: 0;
    line-height: 1;
    padding: 10px 15px 11px /*7px 15px*/;
    
}
ul.marcas
{
    padding: 0;
    margin: 0;
    list-style-type: none;
 
}
.marcas > li
{
    display: inline;
}

ul.familias_productos
{
    color: #797979;
    font-family: source_sans_proregular;
    font-size: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    
}
.familias_productos a:hover
{
    text-decoration:none;    
}
ul.familias_productos a:hover figure
{
    transition: all 0.4s ease-in 0s;
}
.familias_productos > li
{
    display: inline;
    margin: 0 18px;
}
.familias_productos figure {
    display: inline-block;    
    position:relative;
}
.familias_productos figure figcaption {
    text-transform:uppercase;   
    margin-bottom:15px; 
    position:static;
}
.familiacaption
{
    text-transform:uppercase;   
    margin-bottom:15px; 
    position:static;
}
.item span {
    font-family: latoregular;
    font-size: 0.85em;
    line-height: 1.2;
    position: relative;
    top: 150px;
}
.menuinf {
     height: 80px;
     overflow: hidden;
     padding-left: 15px;
     margin-top: -30px;
}
ul.menu_familias
{
    color: #797979;
    font-family: source_sans_proregular;
    font-size: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;    
    min-width:460px;
    width:auto;
}
ul.menu_familias li
{
    display: inline;
    float: left;
    margin: 0 -27px;
    padding: 0 5px 0 2px;
}
ul.menu_familias a
{
    display:inline-flex;
}
.menu_familias figure
{
    transform: scale(0.45, 0.45);
    -ms-transform: scale(0.45, 0.45);
    -webkit-transform: scale(0.45, 0.45);
}
.menu_familias figcaption
{
    display:none;
}
#categorias
{
    /*background-color: #e9eae5;
    background-image: url("../img/bordercategorias2.png");
    background-repeat: repeat-x;*/
    border-top:1px solid #897248;
    height: auto;
    min-height: 311px;
    position:relative;
}
#catsalud {
    border-bottom: 1px solid #897248;
    height: auto;
    min-height: 311px;
}
#catsalud a
{
   text-decoration:none;
}
#catsalud h2, .boxmarcas h2
{
     color:#a82020;
}

section.conocenos .boxmarcas h2
{
    color:#a82020;
    text-align:center;
    margin:15px 0;
    font-size:3em;
}


#catsalud a h2
{
    color:#a82020;
    background:#f1e8d9;
    padding:15px;
    margin:5px 0;
}
#catsalud h3, #catsalud h3 a
{
    color:#897248;
    font-weight:bold;
}
#catsalud2 .panel h2  
{
    color:#a82020;
    background:#f1e8d9;
    padding:15px;
    margin:5px 0;
}
#catsalud2 .panel h2 a 
{
    color:#a82020;
}
#catsalud2 h3, #catsalud2 h3 a
{
    color:#897248;
    font-weight:bold;
}

.panel
{
    margin-bottom:0px;
}
li.listcollapse
{
    list-style-type:none;
    margin-left: -15px;
}
li.listcollapse strong a {
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 5px 5px 1px;
    width: 100%;
    font-weight:bold;
}
li.listcollapse strong a:hover 
{
    text-decoration:none;
}
.listglypgh
{
    float:right;
    padding: 8px 15px;
    
}
section.conocenos, section.recetas, section.tienda, section.noticias, section.productos
{
    padding-top: 20px;
    position:relative;
}
section.conocenos1
{
    margin-top:40px;
}
.boxcategorias, .boxcategoriasreceta
{
    
    height: 200px;
    border-radius: 6px;
    background-color: #ccc;
    overflow:hidden;
    -webkit-box-shadow: 0 0 12px 2px rgba(178,178,178,0.6);
    box-shadow: 0 0 12px 2px rgba(178,178,178,0.6);
    
   
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning
{
    background-color:#a82020;
    border-color: #a82020;
    background-image: none;
}
.btn-warning
{
     border-color:transparent;
}
.boxcocina
{
    height: 200px;    
    background-color: #ccc;    
    overflow:hidden;
    width:240px;
    
}
.btnh2
{
    font-family: cinzel;
    font-size: 0.8em;
    text-transform: uppercase;
    color:#333333;
    padding:10px;
}
a.btnh2:hover
{
   color:#000000; 
   text-decoration:none;
}

.bloquecocina {
    display: table-cell;
    float: left;
    margin: 0 8px;
}
.boxcategorias
{
    width: 234px;
}
.center-block
{
    width:81%;
}
.boxcategoriasreceta
{
    width: 240px;
}
.boxseccion {
    background-color: #FCF3E4;
    height: auto;
    min-height: 390px;
    padding: 15px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 390px;
}
.boxseccionsalud
{  
    height:auto;     
    padding: 15px 20px;
    margin-bottom:30px;    
}
.box2columns p, .box2columns ul
{
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  text-align:justify;
}
section.conocenos .box2columns h2, section.conocenos .boxcolor h2
{
    color:#A82020;
}


.boxsecciongr
{
    background-color: transparent;    
    height:auto; 
    min-height: 230px;
    padding: 15px 20px;
    margin-bottom:30px;
    overflow:hidden;
    max-height:230px;
}

.boxgrupo
{
    border: 1px solid #d9dada;
    border-top:0px;
    padding: 15px 20px;
    overflow:hidden;
    min-height: 330px;    
    height:auto;
    position:relative;
}
.boxgrupov
{
    padding: 15px 20px;
    border: 0;
    border-top:0px;    
    height:auto;
    position:relative;
    overflow:hidden;
}
    
.boxmarca
{
    border: 1px solid #d9dada;
    height: auto;
    margin: 30px 0;
    overflow: hidden;
    padding: 0 0px 10px;
    position: relative;
    text-align: center;
    text-transform:uppercase;
}
.boxgrupo > p {
    max-height: 185px;
    overflow: hidden;
}
.boxp > p {
    max-height: 130px;
    overflow: hidden;
}
.boxp {
    min-height: 150px;
}
.boxgrupo2
{
    border: 1px solid #d9dada;
    border-top:0px;
    padding: 15px 20px;    
    min-height: 648px;
    height:auto;
    position:relative;
}
.fbook
{
    float:left;
}
.twitt
{
    float:left;
    margin-top: 3px;
    margin-left:3px;
}
#example5 {
    float: left;
    padding-left:15px;
}
.boxgrupo2.minheight > ul {
    padding: 0 15px;
}
.minheight
{
    min-height:180px;
}
section.conocenos .boxgrupo h2, section.conocenos .boxgrupo2 h2, section.conocenos .boxmarca h2, section.conocenos .boxgrupov h2
{
    color:#A82020;
    font-size:2em;
}
section.conocenos .boxmarca h2
{
     color:#A82020;
    font-size:2em;
    text-align:center;
}
section.conocenos .boxmarca h3
{
    font-size:2em;
}
.center-block .boxgrupoh2
{
    color:#A82020;
    font-size:2em;
}
.boxgrupo .btn-leermas
{
    bottom: 20px;
    position: absolute;
    right: 20px;  
}

.imgrupo {
    max-height: 247px;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #d9dada;
   
}
.mrgbotom:nth-child(1)
{
   margin-top: 0px; 
}
.mrgbotom:nth-child(2)
{
   margin-top: 0px; 
}
.row .mrgbotom:last-child .mrgbotv {
    margin: 0;
}
.imgmarca {
    max-height: 247px;
    overflow: hidden;
    margin: 30px 0;
   
}
.marginboxleft
{
    margin-left:-15px;
}
.marginboxright
{
    margin-right:-15px;
}
section.conocenos .boxseccion h2, section.conocenos .boxsecciongr h2
{
    color:#A82020;
    font-size:2em;
}
section.conocenos .boxsecciongr h3
{
    color:#A82020;
    font-size:1.5em;
    text-align:center;
}
section.conocenos .boxsecciongr h3 a
{
    color:#A82020;
    
}
.boxsecciongr img {
    border: 5px solid #f1e8d9;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.boxseccion > p {
    word-spacing: 3px;
}
.boxsecciongr img {
    display: block;
    margin: 0 auto;
}

a section .boxcategoriasreceta img, a article .boxcategoriasreceta img, a .boxcategoriafamilias_productos img, a .boxproducto img
{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
a:hover section .boxcategoriasreceta img, a:hover article .boxcategoriasreceta img
{
    -ms-transform: scale(1.3,1.3); /* IE 9 */
    -webkit-transform: scale(1.3,1.3); /* Safari */    
    transform: scale(1.3,1.3);
}

a:hover .boxcategoriafamilias_productos img
{
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */    
    transform: scale(1.1,1.1); 
}
a:hover .boxproducto img
{
    -ms-transform: scale(1.1,1.1); 
    -webkit-transform: scale(1.1,1.1);    
    transform: scale(1.1,1.1);
    
}

a:hover .boxproducto:after
{
    /*background: rgba(195, 84, 73, 0.5) none repeat scroll 0 0; */  
    color: #ffffff;
    /*content: url("../img/lupa3.png");*/
    height: auto;
    left: 0;
    min-height: 100%;
    padding: 50% 0 0;
    position: absolute;
    /*text-shadow: 0 0 5px #000000;*/
    top: 0;
    width: 100%;
}

a:hover .boxproducto
{
    position:relative;
}

.tienda > figure img {
    left: -8px;
    position: relative;
}

#categorias section.conocenos h2, #categorias section.recetas h2, #categorias section.tienda h2, #categorias section.noticias h2
{
    font-family: source_sans_probold /*source_sans_prolight*/;
    font-size: 1.2em;
    text-align: center;
    /*color: #666666;
    color:#897248;*/
    color:#a82020;
    text-transform: uppercase;
    text-shadow:-1px -1px 1px #fff;
}
.fechanoticia {
    color: #cccccc;
    font-family: source_sans_proregular;
    font-size: 1.55em;
}
#categorias article h4
{
    font-family: source_sans_probold;
    font-size: 1em;
    text-align: center;    
    color:#a82020;
    text-transform: uppercase;
    height: auto;
    min-height: 56px;
    overflow:hidden;
}
.conocenosheader, .recetasheader
{
    height: 220px;
    overflow:hidden;
    position:relative;
}
.conocenosheader img
{
    margin-top: -100px;
}
.alphawhite50
{
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.alpha60
{
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.conocenosheaderhg
{
    height: auto;
    overflow: visible;
}
.conocenosheaderhg figure
{
    position: relative;            
}
.conocenosheaderhg img
{
    margin-top: 0;
}
.subseccion2
{
    display: block;
    text-align:center;
    text-shadow: 1px 1px 1px #666;
}
.subseccion2 a {
    color: #ffffff/*#808080*/;
}
.subseccion2 a:hover {
    color: #a82020;
}
.conocenosheaderhg figcaption
{            
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}
.conocenosheaderhg figcaption p
{
    font-family: cinzel;
    font-size: 2em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 70%;
}
        
.conocenosheader figcaption  
{
    position: absolute;     
    color: black; 
    opacity: 0; 
    top:0;     
    width:100%;
    text-align:center;
    font-family:lovemeforevermedium;
    font-size: 2.45em;
    animation-name: figcaption;    
    animation-duration: 2s;  
    animation-fill-mode: forwards;
    -webkit-animation-name:figcaption;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    
}
.boxwhite
{
    background:url(../img/bgboxwhite.png) scroll 0 0;
    padding: 10px 15px;
}
@keyframes figcaption
{
    0%{top:-100px;opacity:0;text-shadow: 1px 1px 1px #000;}
    100%{top:200px;opacity:1; text-shadow: 1px 1px 1px #000;}
}
@-webkit-keyframes figcaption
{
    0%{top:-100px;opacity:0;text-shadow: 1px 1px 1px #000;}
    100%{top:200px;opacity:1; text-shadow: 1px 1px 1px #000;}
}

.recetasheader figcaption  
{
    position: absolute;     
    color: black; 
    opacity: 0; 
    top:60px;   
    right:-500px;  
    width:50%;
    text-align:center;
    font-family:lovemeforevermedium;
    font-size: 2.45em;
    font-weight:bold;
    line-height:1;
    animation-name: fcrecetas;    
    animation-duration: 2s;  
    animation-fill-mode: forwards;
    -webkit-animation-name:fcrecetas;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    
}

@keyframes fcrecetas
{
    0%{right:-500px;opacity:0;}
    100%{right:-40px;opacity:1;}
}
@-webkit-keyframes fcrecetas
{
    0%{right:-500px;opacity:0;}
    100%{right:-40px;opacity:1;}
}

.conocenos
{
    /*margin-bottom:30px;*/
}
section.conocenos h1, section.recetas h1, section.productos h1
{
          
    color:#897248;
    
    
    
    font-family: source_sans_probold;
    font-size: 2em;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    
}
section.tienda h1
{
    font-family: source_sans_probold;
    font-size: 2em;       
    color:#897248;
    text-transform: uppercase;
}
section.tienda h2
{
    font-family: source_sans_probold;
    font-size: 1.4em;       
    color:#808080;    
}
h2.titulogama, h3.titulofamilia
{
    margin :0;
    color:#666666;
    font-family: source_sans_probold;
}
h2.titulogama
{
    font-size:1.5em;
    color:#666666;
}
h3.titulofamilia
{
    font-size:1em;
    
}
section.productos h2
{
    font-family: source_sans_probold;
    font-size: 1.5em;       
    color:#897248;
    text-transform: uppercase;
}

.tituloproducto
{
    font-family: source_sans_probold;
    font-size: 2em;       
    color:#897248;
    text-align:center;
}
section.recetas h3 {
    color: #C35449;
    font-family: source_sans_probold;
    font-size: 1.45em;
}
section.recetas aside h2, section.productos aside h2 {
    background-color: #a82020;
    color: #ffffff;
    font-family: source_sans_probold;
    font-size: 1em;
    padding: 5px;
    text-align: center;
}

section.tienda aside h2
{
    background-color: #897248;
    color: #ffffff;
    font-family: source_sans_probold;
    font-size: 1em;
    padding: 5px;
    text-align: center;
}
section.tienda .bandatop h2
{
    background-color: #b41a01;
    color: #ffffff;
    font-family: source_sans_probold;
    font-size: 1em;
    padding: 5px 10px;
    text-align: left;
    border: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.recetas figure
{
    position:relative;
}

section.recetas p
{
    text-align:left;
    line-height:2;
}
.recetas aside, .productos aside {
    background-color: #f1e8d9;
}
.tienda aside {
    background-color: #f1e8d9;
    position:relative;
   
}
ul.listrecetas, ul.listproductos
{
    font-family: source_sans_probold;
    list-style-type: none;
    margin: 0;
    padding-bottom: 15px;   
}
.productos aside figure, .tienda aside figure {
    text-align: center;
    margin: 0 0 15px;
    position:relative;
}

ul.listproductos
{
   padding-left: 15px; 
}
ul.listrecetas 
{
    padding-left: 5px;
    
}
ul.listrecetas li
{
    margin:5px 0;
}
.tapas
{
    background: url(../userfiles/seciones/recetas/icotapas.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative;  
}
.entrantes
{
    background: url(../userfiles/seciones/recetas/icoentrante.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative;  
}
.platos
{
    background: url(../userfiles/seciones/recetas/icoplatos.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative;  
}

.postres
{
    background: url(../userfiles/seciones/recetas/icopostre.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative;  
}
.meriendas
{
    background: url(../userfiles/seciones/recetas/icomerienda.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative;  
}
.nin
{
    background: url(../userfiles/seciones/recetas/iconin.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative;  
}
.invitados
{
    background: url(../userfiles/seciones/recetas/icoinvitados.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative;  
}
.inter
{
    background: url(../userfiles/seciones/recetas/icointer.png) no-repeat 0 0;
    width: 30px;
    height: 26px;
    padding-left:40px;
    position:relative; 
}

.grados
{
    display: inline-block;
    font-family: source_sans_proregular;
    font-size: 0.8em;
    text-align: center;
    width: 32%;
    margin: 20px 0 0;
}  

.grados span
{
    display:block;
}
/*section.conocenos h1, section h1*/
section.conocenos h1
{
    text-align: center; 
    
}
section.recetas h1
{
    text-align: left; 
    color:#C35449;
    visibility:visible;
    line-height:1;
}

section.conocenos article h2, section.conocenos h2
{
     font-family: source_sans_proregular;
    font-size: 2em;
    text-align: left;    
    color:#a82020;

}

section.productoshg aside h2 {
    color: #897248;
    font-family: source_sans_proregular;
    font-size: 2em;   
    text-align: left;
}
section.productoshg aside p
{
    font-family: source_sans_proregular;
    font-size: 1em;
    line-height: 2;
    text-align: justify;
}
.bgboxproducto
{
    background-color:#FEF8E0;
}
.bgboxvideo
{
    background-color:#E8E8E8;
}
.bgmaduraciones
{
    background: rgba(0, 0, 0, 0) url("../img/bgmaduraciones31.png") no-repeat scroll 0 0;
    height: 100%;
    left: -8px;    
    position: absolute;
    width: 40px;
}
.boxpadding
{
    padding:0;
}
.boxpaddingtopbottom
{
    padding:15px 0;
}
.boxpaddingleft {
    padding: 0 0 0 15px;
}

.boxpaddingtblr
{
    padding:5px;
}
.boxborder
{
    border:1px solid #cccccc;
    border-radius:6px;
}
.paddingbottom
{
    padding:0 0 20px;
}
.productformat
{
    font-family: source_sans_probold;
    font-size: 1.35em;    
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    /*border-bottom: 1px solid #c35449;*/
}
.boxdetproducto h4
{
    font-family: source_sans_probold;
    text-align: center;
    text-transform: uppercase;
    color: #c35449;
    font-size: 1em;
}
.productalergenos
{
    text-align: center;
    text-transform: uppercase;
    color: #c35449;
    font-family: source_sans_proregular;
    font-size: 1.35em;
}
.comprar
{   
    float:right;
    padding-top: 50px;
}
.headerstyle
{
    background-color:#ffffff;
    color:#808080;
}
.table-bordered {
    border: 1px solid #ffffff;
}
.boxpaddingtop
{
    padding-top:40px;
}
.boxlessmargintop
{
    margin-top:-30px;
}
.lessmargintop
{
    margin-top:-19px;
}
.boximg
{
    padding-top:40px;
    text-align:center;
    margin:0 auto;
}
.displayimg
{
    min-height: 680px;
    height:auto;
    position: relative;
}
.displayimg img
{
    bottom: 0;
    position: absolute;
}

.boxproducto
{
    text-align:center;
    
}
.boxproducto2
{
    text-align:center;
    
}
.boxdetproducto h1
{
    color: #a82020;
    font-family: source_sans_probold;
    font-size: 2em;
    line-height: 1;
    margin-bottom: -10px;
    text-align: center;
    text-transform: uppercase;
}
.boxdetproducto h2
{
    color: #c35449;/*#808080*/
    font-family: source_sans_probold;
    font-size: 1.4em;
    font-style: normal;
    line-height: 1;
    
    margin-top: 12px;
    text-align: center;
    
}

.boxdetproducto p
{
  font-family: source_sans_proregular; 
  font-size:1.1em;
  text-align:left;  
}

.bgproductoborder
{
    background-color:#cccccc;
    height: 5px;
    clear: right;
}
.bgboxproducto:nth-last-child(1) .bgproductoborder {
    margin-bottom: 30px;
}
.btnvermas{
    background-color: #ccc;
    color: #ffffff;
    font-family: source_sans_probold;
    font-size: 1.3em;
    text-align: center;
    width: 150px;
    padding: 5px 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.btnvermas a
{
    color:#ffffff;
}
.btnvermas a:hover
{
    color:#808080;
    text-decoration:none;
}
.btnver
{
    float:right;
    margin-top: 15px;
}
.boxproducto h3 {
    font-family: source_sans_probold;
    font-size: 1.1em;
    text-align: center;
    /*height:38px;*/
    overflow:hidden;
    margin:0 0 0;
    text-transform: uppercase;
    min-height: 40px;
}
.boxproducto2 h3 {
    font-family: source_sans_probold;
    font-size: 1.1em;
    text-align: center;
    
    overflow:hidden;
    margin:0 0 0;
    text-transform: uppercase;
}

a.fsp 
{
    text-align:center;
    color:#a82020;
}
a.fsp:hover 
{
    color:#c35449;  
    
    text-decoration:none!important; 
    transition: all 0.4s ease-in 0s;
}
.fsp h3
{
    margin: 0 0 -15px;
}

.boxproducto img {
    display: table-cell;
    text-align: center;
}
.boxproducto2 img {
    display: table-cell;
    text-align: center;
}
.boxdetproducto img {
    /*width: 75%;    
    display: table-cell;*/
    position:relative;
    margin:auto;
}



.boxproducto p {
    font-family: source_sans_probold;
    font-size:inherit;
    color:#969696;
}
.boxproducto2 p {
    font-family: source_sans_probold;
    font-size:inherit;
    color:#969696;
    min-height:50px;
}
section.conocenos article h2 a, section.conocenos h2 a
{
    color:#897148;
    text-decoration:none;
}
section.conocenos article h2 a:hover
{
    
    text-decoration:underline;
}

section.conocenos article p, section.conocenos article div, section.tienda p, section.conocenos p
{
    font-family:source_sans_proregular;
    font-size: 1em;
    line-height: 2;
    text-align: justify;
   
}
section.conocenos p
{
    margin:0 0 15px;
    text-align:justify;
}
section.conocenos p:last-child
{
    margin:0 0 0;
}

section.conocenos ul
{
    font-family:source_sans_proregular;
    font-size: 1em;
    line-height: 2;
    
    
}
.bgpremios1
{
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
        
}
.bgpremio1
{
    /*background-image:url(../img/premios_villacenteno.png);
    background-repeat:repeat-y;*/
    background-image:url(../userfiles/productos/curado/gbvillacenteno3kg.png);
    display: inline-block;
    width: 100%;    
    line-height: 0;
    vertical-align: middle;
    background-size: 50%;
    background-position: left 50%;
    background-repeat: no-repeat; 
    min-height: 450px;
    
}
section.conocenos .bgpremios h2
{
    color:#A82020;
}
.bgbeige
{
  background: url(../img/bgbeige.jpg) repeat-y 0 0;  
}
.bgpremio2
{
    /*background-image:url(../img/premios_curado.png);    
    background-repeat:repeat-y;*/
    background-image:url(../userfiles/productos/curado/gbcurado3kg.png);
    background-repeat:no-repeat;
    display: inline-block;
    width: 100%;    
    line-height: 0;
    vertical-align: middle;
    background-size: 50%;
    background-position: right 50%;
    background-repeat: no-repeat; 
    min-height:225px;
    
}
.bgpremio3
{
    background-image:url(../img/premios_5lanzas.png);
    background-repeat:repeat-y;
    display: inline-block;
    width: 100%;    
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
    min-height:225px;
    
    
}
.bgpremio4
{
    background-image:url(../img/premios_reserva12.png);
    background-repeat:repeat-y;
    display: inline-block;
    width: 100%;    
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
    min-height:225px;
    
    
}
.bgpremio5
{
    background-image:url(../img/premios_POK.png);
    background-repeat:repeat-y;
    display: inline-block;
    width: 100%;    
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
    min-height:225px;
    
    
}
section.conocenos .bgpremio1 h2, section.conocenos .bgpremio2 h2, section.conocenos .bgpremio3 h2, section.conocenos .bgpremio4 h2, section.conocenos .bgpremio5 h2
{
    color:#A82020;
}
.hero #cafe {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.hero #cafe .inner {
    padding-top: 63.35%; /* height/width of image */
    display: block;
    height: 0;
}
.hero #cafe { background-image:url(../img/premios_villacenteno.png); }
section.conocenos h3
{
    font-family: source_sans_prolight;
    font-size: 1.5em;
    color:#897248;
}
section.conocenos h4
{
    text-align:center;    
}


a.fs
{
    text-align:center;
    color:#333333;
}
a.fs:hover
{
    color:#a82020;  
    text-decoration:none!important; 
    transition: all 0.4s ease-in 0s;
}
section.conocenos article figure 
{
    position:relative;
    box-shadow:0 0 0;
}
.blurbox
{
    -webkit-box-shadow:0 0 12px 12px #ffffff inset;
    box-shadow:0 0 12px 12px #ffffff inset;    
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.blurbox2
{
    -webkit-box-shadow:0 0 12px 12px #ffffff inset;
    box-shadow:0 0 12px 12px #ffffff inset;    
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
section.conocenos blockquote, section.conocenos1 blockquote, section.tienda blockquote
{
    
    font-family: latolight;
    font-size:17.5px;
    text-align:center;
    color:#666666;
    border-left:0;
    
}
.blockquote
{
    font-family: latolight;
    font-size:17.5px;
    text-align:center;
    color:#666666;
    border-left:0;
}
footer h4
{
    color: #897248;
    font-family: source_sans_prolight;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px #ccc;
}
footer address, footer nav
{
    font-family: latolight;
    font-size: 0.8em;
    color: #666666;
    display: block;
    margin-bottom:0px;
}
footer nav
{
    float: none;
    margin: 0;
}
footer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.btn-leermas
{
    background-color:#a82020;
    border-color:#a82020;   
}
    .btn-leermas1
{
    background-color:#a82020;
    border-color:#a82020;
    font-size:1em;
    width:100%;
}
.btn-leermas:hover, .btn-leermas1:hover
{
    background-color:#897248;
    border-color:#897248;
}
/***highlights chrome*****/
button.btn.btn-warning.btn-leermas:focus
{
    background-color:#897248;   
    outline:none;
    
}
input.btn.btn-warning.btnempleados:focus, input.btn.btn-warning.btncatalogo:focus
{
    background-color:#a82020;        
    outline:none;
    
}
.btnproductotienda:focus, .txt-buscar:focus
{    
    outline:none;
      
}
.modal-title {
    color: #ffffff;
}
.formcontacto label
{
    font-weight: bold;   
    text-align: left;
}
.formcontacto .form-control {
    border: 2px solid #897248;
    display: inline;
    font-size: 1em;
    width: 100%;
}
.td01 {
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    width: 212px;
}
label {
    min-width: 212px;
    padding-right: 10px;
}
.form-group
{
    margin-bottom:10px !imoprtant;
}
.form-group label
{
    font-weight:normal;
     margin-left:15px;
}
.form-control
{
    border: 2px solid #897248;
}
.form-control1 {
    border: 2px solid #897248;
    border-radius: 4px;
    display: inline;
    font-size: 1em;
    width: 300px;
}
input, select, textarea {
    font-family: source_sans_proregular;
}
.validar {
    color: Red !important;
}
.close {
    color: #fff;
    float: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #000;
}
/***** ******/
.btnempleados
{
    background:transparent url(../images/btnempleados.jpg) repeat 0 0;
    /*background-color: #897248;
    border-color: #897248;*/
    /*background-color: #a82020;
    border-color: #a82020;*/
    border-radius: 0;
    width: 185px;
    margin: -15px 0 3px;
    text-shadow: 1px 1px 1px #666;
}
.btncatalogo
{
    background-color: #3147BA;
    border-color: #3147BA;   
    border-radius: 0;
    white-space: normal;
    width: 91px;
    text-shadow: 1px 1px 1px #666;
    padding:2px;
}
.telnum
{
    font-size: 1.5em;
    font-weight: normal;
}
.txtemail
{
    font-weight: normal;
}
.buscar
{
    background-image: url("../img/lupa.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    border: 1px solid #897248;/*#ccc*/
    /*line-height: 1;*/
    padding: 7px 5px 7.3px;
    
}

.bgfooter
{
    background-image: url(../img/borderinfcat.png);
    background-position: 0 bottom;/*-15px*/
    background-repeat: repeat-x;
    padding-top: 18px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    border-width: 0;    
    border-color: #ffffff;
}

.glyphicon.glyphicon-chevron-left
{
    left: 10%;
}

.glyphicon.glyphicon-chevron-right
{
    right: 0%;
}
.glyphicon-chevron-left::before
{
    content: "<";
}
.glyphicon-chevron-right::before
{
    content: ">";
}
.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right
{
    transform: scale(1, 1.6);
    -ms-transform: scale(1, 1.6);
    -webkit-transform: scale(1, 1.6);
}
.carousel-caption {
    top: 40%;
           
}
.caption{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;  
    
}
.caption h2
{
    padding:15px;
    font-family:cinzel;
    font-size:2.5em;
    text-shadow: none;
    text-align:center;
}
.carousel-caption h2
{
    padding:15px;
    font-family:cinzel;
    font-size:2.5em;
    text-shadow: none;
}
.carousel-indicators li
{
    border: 1px solid #ffffff; 
    width:20px;     
    height:20px;
    background-color: rgba(255, 255, 255,1);
    margin: 0 10px;
}
.carousel-indicators
{
    bottom: -38px!important;
    left: 926px;
}
.carousel-indicators .active
{
    border: 2px solid #a82020;
    background-color: #a82020;
    width:20px;     
    height:20px;
    margin: 0 10px;
}
.gbgborde {
    background: url(../images/bggbred.png) no-repeat scroll 0 0;
    height: 5px;
}
#nuestracocina
{
   
    color: #fff;
    font-family: source_sans_proregular;
    padding: 5px 20px;
    text-align: center;
    overflow:hidden;
    
}
#nuestracocina h3
{   
   margin-top:0;
}
#nuestracocina h3 img {
    
    margin:0 auto;
}
#nuestracocina .boxcocina {
    background-color: #ccc;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 240px;
}

#nuestracocina .boxcocina img {
    
    left: 50%;
    max-width: 120%;/*escalado para ajustar a las medidas de boxcocina*/
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}
.dropdown-menu
{
    background-color: #f1e8d9;
    border: 0;
    font-family: source_sans_proregular;
    font-size: 1em;
    font-weight:bold;
    text-align: left;    
    padding:0;
}
.dropdown .open
{
    background-color: #897248;
}
.navbar-nav > li > .dropdown-menu
{
    border-radius: 0px;
    
    
}
.dropdown-menu > li > a
{
    transition: all 0.4s ease-in 0s;
    
}
.dropdown-menu > li > a:hover
{
    background-color: #D7D2C4;
}
/***highlights chrome*****/
.dropdown-menu > li > a:focus 
{
    outline:none;
    border:none;
    background-color: #D7D2C4;
 }
 
/**************************/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color: #897248;
    font-weight: normal;
    color: #ffffff;
    transition: all 0.5s ease-out 0s;
}
.dropdown-submenu .dropdown-menu
{
    border-radius: 0;
    font-family: source_sans_proregular;
    font-size: 0.85em!important;
    font-weight:normal;
    text-align: left;
    padding-left: 0;
    
}

/*******dropdown hover******************************
    activa todo el menú como en estado open, 
    quitar data-toggle para usar href en el dropdown  
***************************************************/
.dropdown:hover > .dropdown-toggle {
    /*background-color: #897248;*/
    background-color:#A82020;
    color:#ffffff;
    
}
.dropdown-toggle {
    color: #ffffff;
}
.dropdown:hover > .dropdown-menu{
    display: block;
}
.dropdown-submenu:hover .dropdown-menu{
    display: block;
    margin: 0;
}
/**************************************************/

.nav.navbar-nav.menu a.activo
{
    /*background-color: #897248;*/
    
    /*rojo*/background-color: #A82020;
    color:#ffffff;
}
a.activo
{
    color:#A82020;
}
.activo
{
    color:#A82020;
}
.breadcrumb {
    font-size: 0.9em!important;
    background:none;
    /*margin-bottom:0px;*/
    margin: -20px 0 0;
}
.breadcrumb a {
    color: #897248;
}
.breadcrumb > li
{
   color: #897248;
}
.breadcrumb > .active {
     color: #897248;
}
.dropdown-submenu > .dropdown-menu > li > a {
    font-size: 1.2em;
}
.navbar-fixed-top
{
    animation-name: menufixed;
    animation-duration: 2s;  
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    height:60px;
    
}
@keyframes menufixed
{
    0%{background-color:#ffffff;opacity:0;}
    100%{background-color:#ffffff;opacity:1;}
}
@-webkit-keyframes menufixed
{
    0%{background-color:#ffffff;}
    100%{background-color:#ffffff;}
}
/**** navbar-fixed-top ****/
.navbar.navbar-default.navbar-fixed-top > * ul.menu
{
    /*tamaño prev font-size:1em;*/
    font-size: 0.87em;
    margin-left:90px;
    margin-top: -8px;
    
}
.navbar.navbar-default.navbar-fixed-top > * ul.menu li a 
{
    
    padding: 7px 12px;
}

.navbar.navbar-default.navbar-fixed-top > * nav
{
    float:left!important;
} 
.navbar.navbar-default.navbar-fixed-top > * .navbar-header
{
    padding-top:0px;
}
.navbar.navbar-default.navbar-fixed-top > * .redes
{
    margin:15px 15px 0 0;
}
.navbar.navbar-default.navbar-fixed-top > * .idiomas
{
    margin-top:15px;
}

/**** FIN navbar-fixed-top ****/
#main
{
    position:relative;
    
}
.arrow-wrap {
  position:absolute;
  z-index:1;
  left:50%;  
  
  top:-2em;
  margin-left:-5em;
  background:#ffffff;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.3em;
  display:block;
  opacity:0.5;
  display:none;
  /*box-shadow:0px 0px 5px 0px #333;*/
}

.arrowdown
{
  float:left;
  position:relative;
  width: 28px;
  height: 16px;
  background:url(../img/bgarrow.gif) no-repeat scroll 0 0;
  /*border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg)*/
}


.arrowdown:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
  height: 0px;
  /*border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #111 transparent transparent transparent;
  -webkit-transform:rotate(360deg)*/
}

@-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
@keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  .arrow-wrap .arrowdown {
    -webkit-animation: arrows 2.8s 0.4s;   
    -webkit-animation-delay: 3s;
    animation: arrows 2.8s 0.4s;
    animation-delay: 3s;
  }
       #owl-demo .item
        {
            
            padding: 30px 0px;
            margin: 20px;
            color: #FFF;   
            text-align: center;
        }
        .item > a:hover {
            text-decoration: none;
        }
        .customNavigation
        {
            text-align: center;
        }
        
        .customNavigation a
        {
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }
        #owl-demo .item
        {
            height: 111px; /* Set as required*/
            position: relative;
        }
        
        #owl-demo .item img
        {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;            
            transform: translate(0,-30%); /* IE9*/
            transform: translate3d(0,-30%,0); /* Modern Browsers - better performance*/ 
            -webkit-transform: translate3d(0,-30%,0);           
            margin: 0 auto;
            /* IE8+ - must be on one line, unfortunately */ 
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(1, 0, 0, 1, 0, -6%)";
            
            /* IE8
            margin-left: -3px; 
            margin-top: -53px;*/
        }
         .owl-prev, .owl-next
        {
            background: none;
            color: #cccccc;
            transform: scale(1, 1.8);
            -ms-transform: scale(1, 1.8);
            -webkit-transform: scale(1, 1.8);
        }
        
        .owl-controls .owl-nav div
        {
            padding: 5px 9px;
        }
        
        .owl-controls .owl-nav div i
        {
            margin-top: 2px;
        }
        
        /*To move navigation buttons outside use these settings:*/
        
        .owl-controls .owl-nav div        {
            position: absolute;
            
        }
        
        .owl-controls .owl-nav .owl-prev
        {
            left: -15px;
            top: 55px;
        }
        
        .owl-controls .owl-nav .owl-next
        {
            right: -15px;
            top: 55px;
        }
       
.mleft
{
    margin-left:40px;
}

.caret, .glyphicon.glyphicon-chevron-down 
{
    margin-left:4px;
    margin-right:-7px;    
}
.glyphicon.glyphicon-chevron-down 
{
    font-size: 0.8em;
}
.tituloreceta
{
    text-align:left;
}
.containingBlock
        {
            width: 100%;
        }
        .videoWrapper
        {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 40px;            
            height: 0;
            overflow: hidden;
        }
        .videoWrapper iframe, .videoWrapper object
        {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
.btnproducto
{
    text-align: center;    
    font-family: source_sans_proregular;
    font-size: 1em; 
    width:100%;   
    border:1px solid #897248;
    color: #ffffff;    
    background-color:#897248;    
}
.btnproducto a
{   
    display:block;
    color: #ffffff;
    padding:8px;
}
.numero
{
    color:#492412;
    font-size:1.5em;
}
.numero span {
    color: #897248;
    float: left;
    font-size: 0.6em;
    margin-top:-8px;
}

.btnproducto a:hover, .btnproducto a:active
{
      
    background-color:#a82020;
    
    color: #ffffff;
    text-decoration:none;
    transition: all 0.5s ease-out 0s;
    
}

.btncocina
{
    text-align: center;    
    font-family: source_sans_proregular;
    font-size: 1em; 
    width:50%;   
    border:2px solid #ffffff;
    color: #ffffff;   
    margin: 15px auto; 
    text-transform:uppercase;
        
}
.btncocina a
{   
    display:block;
     color: #ffffff; 
    padding:4px 8px;
}


.btncocina a:hover, .btncocina a:active
{
      
   
    color: #E52304;
    text-decoration:none;
    
    background: transparent url("../img/btnempleados.jpg") repeat scroll 0 0;   
    
    text-shadow: 1px 1px 1px #666;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    
}

.tooltip
{
    font-size:12px!important;
    background-color:#ffffff!important;
}

.producto_descripcion
{
    color: #808080;    
    font-size: 0.6em;
    left: -120px;
    margin: 0;
    min-width: 380%;
    padding: 0;
    position: relative;
    top: 145px;
    width: auto;
    z-index: 2;
    display:none;
    line-height:1.3;
    
}
.center .item .producto_descripcion
{
    display: inline-flex;
}
.hrborder
{
    
    border-bottom: 1px dotted #897248;
}

ul.pagination 
{
    float:left;
}
ul.pagination li.active a
{
    border-color:#a82020;
    background-color:#a82020;
}
.playvideo
{
    /*background: rgba(0, 0, 0, 0) url("../userfiles/seciones/recetas/play_video.png") no-repeat scroll 0 0;
    height: 210px;
    left: 33.3%;
    position: absolute;
    top: 33.3%;
    width: 210px;*/
    
    background: rgba(0, 0, 0, 0) url("../userfiles/seciones/recetas/play_video3.png") no-repeat scroll 0 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 221px;
    height:153px;
}
.playvideomin
{   
    background: rgba(0, 0, 0, 0) url("../userfiles/seciones/recetas/play_videomin2.png") no-repeat scroll 0 0;
    left: 20px;
    position: absolute;
    bottom: 10px;    
    width: 58px;
    height:42px;
}
#imgreceta {
    position: relative;
}
.carruselvideo
{
    background:url(../img/bgvideo.png) repeat-x 0 0;
    height: auto;
    min-height: 106px;
    padding: 5px;
}
.dotvideo
{
    background:url(../img/pointvideo.png) repeat-x 0 0;
    height: auto;
    min-height: 106px;
}
.dotimg
{
    background:url(../img/pointvideo.png) repeat-x 0 0;
    height: auto;
    min-height: 106px;
}
.outshop
{
     border: 2px solid #897248;
}
.famarticulo {    
    display: block;    
    height: auto;    
    position: relative;
    width: 100%;
    padding:5px;
    overflow:hidden;
    margin-bottom:30px;
}
.famarticulo h3

{
    color: #291810;
    font-family: source_sans_proregular;
    font-size: 1.35em;
    height: 75px;
    margin: 0;
    /*min-height: 75px;*/
    text-align: left;
    overflow:hidden;
    
}
.titulocesta
{
    border: 1px solid #897248;
    color: #897248;
    font-family: source_sans_proregular;
    font-size: 1.45em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 300px;
}
.img_articulo {
    
    
    display: table-cell;
    height: 239px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.info
{
    text-align: right;
}
.precio{
    background-color: #ffffff;    
    color: #492412;
    float: left;
    font-family: source_sans_proregular;
    font-size: 1.3em;
    text-align: left;
    width: 30%;
}


.preciodet{    
    color: #492412;
    float: left;
    font-family: source_sans_proregular;
    font-size: 2em;
    text-align: left;
    width: 100%;
}
.precio span {
    color: #492412;
    float: left;
    font-size: 0.6em;
    width:100%;
}
/*.preciodet span {
    color: #808080;
    float: left;
    font-size: 0.4em;
    width:100%;
    text-align:center;
}*/
.preciodet span {
    color: #808080;
    float: right;
    font-size: 0.4em;
    padding: 15px 0;
    text-align: center;
}
.utienda {
    padding: 7px 0;
    text-align: center;
    width: 35px;
}
.utienda2 {
    padding: 8px 0;
    width:100%;
}
.attcliente
{
    background-color: #828282;
    display:block;
    height:auto;   
    color:#ffffff;
}

.boxblue_login 
{
    color:#666666;
    overflow: hidden;
    padding: 0 10px 20px;
}
.group {
    margin:0 0 5px;
    text-align:left;
    /*margin-bottom:10px;*/
}

.boxblue_login .borderspan {
    border-bottom: 2px solid #808080;
    display: block;
    margin: 5px 0;
    letter-spacing: -0.1px;
}
.boxcolgr1
{
    background-color:#BFBFBF;
}

.boxcolgr2
{
    background-color:#7F7F7F;
}


.boxcolgr3
{
    background-color:#595959;
}

.boxcolpok1
{
    background-color:#4F6228;
}
.boxcolpok2
{
    background-color:#808000;
}
.boxcolpok3
{
    background-color:#4E4C00;
}
.boxcolpok4
{
    background-color:#1E1D00;
}
.boxcolgr4
{
    background-color:#262626;
}
.boxcolviejo1, .boxcolviejo2, .boxcolviejo3, .boxcolviejo4
{
    background-color:#6B4D01;
}
section.conocenos .boxcolgr1 h3
{
    color:#666666;
}
section.conocenos .boxcolgr2 h3, section.conocenos .boxcolgr3 h3, section.conocenos .boxcolgr4 h3, section.conocenos .boxcolpok1 h3, section.conocenos .boxcolpok2 h3, section.conocenos .boxcolpok3 h3, section.conocenos .boxcolpok4 h3, section.conocenos .boxcolviejo1 h3, section.conocenos .boxcolviejo2 h3, section.conocenos .boxcolviejo3 h3, section.conocenos .boxcolviejo4 h3
{
    color:#ffffff;
}

section.conocenos .btnproductomarca h2, section.conocenos .btnrecetamarca h2
{
    background-color:rgba(87,64,1,0.5);
    text-align:center;
    color:#ffffff;
}
.boxbtnmarcas
{
    position:relative;
    width:320px;
    height:auto;
    overflow:hidden;
    border-radius: 12px;
    box-shadow: 0 0 12px 2px rgba(178, 178, 178, 0.6);
    margin-bottom:20px;
}
section.conocenos .boxbtnmarcas h2
{
    background-color: rgba(241, 232, 217, 0.6);
    text-shadow: 0 0 5px #452a11;
    color: #ffffff;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}
.btnproductomarca {
    background:transparent url(../userfiles/marcas/btnproductomarca.jpg) no-repeat 0 0;    
    height: auto;
    min-height: 180px;
    width:320px;   
    background-size: cover;
    overflow:hidden;
    transition:all .2s ease-in-out;
}

a .btnproductomarca:hover, a .btnrecetamarca:hover {
    /*background-color:#a82020;
    border-color:#a82020;*/
    color:#ffffff;
    transform:scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
}

.btnrecetamarca 
{
    background:transparent url(../userfiles/marcas/btnimgrecetas.jpg) no-repeat 0 0;
    height: auto;
    min-height: 180px;
    width:320px;   
    background-size: cover;
    overflow:hidden;
    transition:all .2s ease-in-out;
}

section.conocenos .boxmarca h3
{    
    font-size:2em;
}
.group > input {
    width: 100%;
}
.group input[type="password"] {
    width: 80%;
}
.group .ira {
    background: transparent url("../img/btnempleados.jpg") repeat-x scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: right;
    height: 29px;
    width: 19%;
}
/*.boxblue_login input[type='button']
{
  background:transparent;
  border:0;
  color:#A82020;
  font-family: source_sans_probold;
  font-size: 1em;
}*/
.descripcion
{
  font-family: source_sans_probold;
  font-size: 1em;
}
.refproducto {
    font-size: 0.8em;
}
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.mrgbot
{
    margin-bottom:15px;
}
.mrgbotv
{
    margin-bottom:30px;
}
.nutricional
{
    visibility: hidden;
}
#vnutricional {
    margin-top: 20px;
    clear:both;
}
#vnutricional table {
    border: none;
    width: 100% !important;
    font-family: source_sans_proregular;
    font-size:1em;
    
}
/*#vnutricional tr:nth-child(2n+0) {
    background: #FFF6E6 none repeat scroll 0 0;
}*/


#vnutricional td {
    border: 0 none;
    color: #808080;
    padding: 8px 0px;
    
}
#vnutricional tr {
    border-bottom: 1px solid #cccccc;
}
#vnutricional td:first-child {
    text-align:left;    
}
#vnutricional td:last-child {
    text-align:right;    
}
#vnutricional h3, #vnutricional strong {
    color: #c35449;
    font-family: source_sans_proregular;
    font-size: 1.35em;
}
#vnutricional h2
{
    display:block;
    text-align:left;
    margin:0;
    padding:0;
    text-transform:uppercase;
    font-family: source_sans_proregular;
    font-size: 1.35em;
    color: #c35449;
}
#vnutricional h2 span {
    font-size: 0.7em;
    padding: 10px;
    text-transform: none;
}
.lestop
{
    position:relative;
    top:-40px;
}
.titularnoticia {
    margin: 0;
}
.col-md-12:last-child .hrborder {
    border: 0 none;
    margin: 0;
}
.infoiva
{
   color:#A7A7A7; 
}
.informa {
    background: rgba(0, 0, 0, 0) url("../img/infor.png") no-repeat scroll 0 0;
    display: inline-flex;
    height: 22px;
    width: 22px;
}
.informa:hover
{
    cursor:pointer;
}
.tblcookie
{
    width:100%;
    margin-bottom:15px;
}
.tblcookie td
{
    border:1px solid #cccccc;
    padding:5px;
    vertical-align:middle;
}

/* Large desktop*/
@media (min-width: 1200px)
{
    .container
    {
        width: 1024px;
    }

    .navbar-brand
    {
        display: none;
    }
}

#consulta legend {
    color: #897248;
    display: block;
    vertical-align: middle;
}
#consulta .td01 {
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    width: 212px;
}
#consulta .continuar {
    background-color: #897248;
    border-color: #897248;
}
#consulta  .form-control {
    border: 2px solid #897248;
    display: inline;
    font-size: 1em;
    height: 42px;
    padding: 5px;    
    width: 100%;
    margin-bottom:15px;
}
/** parche video ***/
.carousel-control 
{
    width:0 !important;
}
.carousel-control span {
    padding: 0 20px;
}
/** carousel FORMACION-SALUD **/
.owl-carousel .owl-item img 
{  
  transform-style: initial; /*firefox*/
}

/**logo para premios del queso **/
.premio
{   
    float: right;
    padding-right: 15px;
    margin: -40px 0;
    position:relative;
    z-index:1;
    /*transition: all 0.2s ease-in-out 0s;*/
}
.recetas .mr-b:nth-child(-n+4) h4
{
    margin-top:10px;
}
.recetas .mr-b:nth-child(n+6) h4
{
    margin-top:30px;
}
.gluten {
    background: transparent url(../images/selloSinGlutenDef.png) no-repeat scroll 0 0;
    height: 95px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 95px;
}
.bolsa .boxseccion {
    min-height:320px;
    position:relative;
}
.bolsa .btn-leermas {
    position:absolute;
    bottom: 30px;
}
.bolsa .btn-leermas a {
    color: #ffffff;
}
.bolsa .btnproducto:hover {
    color: #ffffff;
}
.bolsa label{
    text-align:right;
}
.btn-link {
    float: right;
}
.ac {
    text-align: center;
}
.ac ul {
    list-style-type:none;
    padding: 0;
    margin:0;
}

.str {
    font-weight: bold;
}
.bolsa .tabcolor12 label {
    text-align:left;
}
.bolsa .tabcolor12 .form-control {
    width:70%;
}
.bolsa .tabcolor12 .form-radio {
    display: inline-block;
    
}
.bolsa .form-radio label {
    min-width: 30px !important;
}
.bolsa .tabcolor12 .form-radio input[type="radio"], .bolsa .tabcolor12 .form-radio input[type="file"] {
    margin: 0 5px 0 0;
    float: left;
}
.bolsa .ofer {
    color: #CE756C;
}
/*tablas*/
/* 
	Generic Styling, for Desktops/Laptops 
	*/
table.tblOfertas {
    width: 100%;
    border-collapse: collapse;
}
    /* Zebra striping */
    table.tblOfertas tr:nth-of-type(odd) {
        background: #fbf0e1;
    }

    table.tblOfertas th {
        background: #F1E8D9;
        color: #A82020;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    table.tblOfertas td, table.tblOfertas th {
        padding: 6px;
        text-align: center;
    }

        table.tblOfertas td:nth-child(2) {
            text-align: justify;
            width: 50%;
        }

            table.tblOfertas td:nth-child(2) * {
                margin: 0;
            }
/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 760px) {
    /* Force table to not be like tables anymore */
    tabletable.tblOfertas, table.tblOfertas thead, table.tblOfertas tbody, table.tblOfertas th, table.tblOfertas td, table.tblOfertas tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        table.tblOfertas thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    table.tblOfertas tr {
        border: 1px solid #ccc;
    }

    table.tblOfertas td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        table.tblOfertas td:nth-of-type(2) {
            text-align: left;
        }

        table.tblOfertas td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
		Label the data
		*/
        table.tblOfertas td:nth-of-type(odd):before, table.tblOfertas td:nth-of-type(even):before {
            padding: 8px 0;
            text-align: left;
        }

        table.tblOfertas td:nth-of-type(1):before {
            content: "FECHA";
        }

        table.tblOfertas td:nth-of-type(2):before {
            content: "TITULO";
        }

        table.tblOfertas td:nth-of-type(3):before {
            content: "LOCALIDAD";
        }

        table.tblOfertas td:nth-of-type(4):before {
            content: "VACANTES";
        }

        table.tblOfertas td:nth-of-type(5):before {
            content: "ESTADO";
        }

        table.tblOfertas td:nth-of-type(6):before {
            content: "OFERTA";
        }
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    table.tblOfertas body {
        width: 100%;
    }
}
.form-inline {
    float: right;
    margin: 8px 0;
}
/*fin tablas*/
table input[type="checkbox"]
{
    margin-left:15px;
}
table label
{
    font-weight:normal;
    text-align:left !important;
    padding-left:10px;
}
.col-md-9
{
    padding-bottom:10px;
}