

/**************************/
/* ESTILOS PARA EL PIE    */
/**************************/


footer {
    width: 100%; 
    background-color: #2c2d31;
    background-color: #d9dadb; 
    height: auto;
    overflow: hidden;
}

.footer-ancho {
    width: 1050px;    
    margin: auto; 
    padding-top: 30px;
    height: auto;
    overflow: hidden;    
}

.cont-foot-cen-logo {
    width: 100%;
    margin: 0 auto;  
    height: auto;
    overflow: hidden;  
    float: left;
    margin-bottom: 15px;
    text-align: center;
}

.cont-foot-txt1 {
    width: 100%;
    margin: auto;   
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;    
}

.cont-foot-txt1 p {
    color: #fefefe;
    text-decoration: none;    
    font-size: 12px;
    font-family: clearsansb;
    margin: auto;
    text-align: center;    
}

.cont-foot-dir {
    width: 100%;
    margin: auto;   
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;    
}
.cont-foot-dir p {
    color: #fefefe;
    text-decoration: none;    
    font-size: 14px;
    font-family: clearsansb;
    margin: auto;
    text-align: center;    
}

.cont-foot-pol {
    width: 100%;
    margin: auto;   
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;    
}
.cont-foot-pol p {
    color: #fefefe;
    text-decoration: none;    
    font-size: 12px;
    font-family: clearsansb;
    margin: auto;
    text-align: center;    
}

.cont-foot-sig {
    width: 100%;
    margin: auto;   
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;    
}
.cont-foot-sig p {
    color: #fefefe;
    text-decoration: none;    
    font-weight: bold;
    font-size: 12px;
    font-family: clearsans;
    margin: auto;
    text-align: center;    
}
.cont-foot-logos-emp{
    width: 100%;
    margin: auto;   
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.foot-logo-jaguar{
    width: 50%;  
    height: auto;
    overflow: hidden;
    text-align: right;
    float: left;
}

.foot-logo-jaguar img {
    margin-right: 10px;
}

.foot-logo-kraken{
    width: 50%;  
    height: auto;
    overflow: hidden;
    text-align: left;
    float: left;    
}

.foot-logo-kraken img {
    margin-left: 10px;
}

.cont-foot-logos-rss {
    width: 100%;
    margin: auto;   
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
}

.foot-cent-logos {
    width: 200px;
    margin: auto;   
    height: auto;
    overflow: hidden;
}

.nav-foot-logos {
    margin: 0;
    width: 160px;
    height: auto;
    overflow: visible;
}

.nav-tabs-foot-logos {
    margin: 0;
    overflow: visible;
}

.nav-tabs-foot-logos li {
    display: inline;
}

.nav-foot-logos li a.rss-fac {
    width:22px;
    height:22px;      
    float: left; 
    background-image:url(../img/footer/rrss/fac_a.png);
    background-repeat: no-repeat;
}

.nav-foot-logos li a.rss-fac:hover {
    background-image:url(../img/footer/rrss/fac_b.png);
    background-repeat: no-repeat;
}

.nav-foot-logos li a.rss-twi {
    width:22px;
    height:22px;  
    float: left;   
    margin-right: 10px;  
    background-image:url(../img/footer/rrss/twi_a.png);
    background-repeat: no-repeat;
}

.nav-foot-logos li a.rss-twi:hover {
    background-image:url(../img/footer/rrss/twi_b.png);
    background-repeat: no-repeat;
}

.nav-foot-logos li a.rss-lin {
    width:22px;
    height:22px;  
    float: left; 
    margin-right: 10px;   
    background-image:url(../img/footer/rrss/lin_a.png);
    background-repeat: no-repeat;
}

.nav-foot-logos li a.rss-lin:hover {
    background-image:url(../img/footer/rrss/lin_b.png);
    background-repeat: no-repeat;
}

.nav-foot-logos li a.rss-rss {
    width:22px;
    height:22px; 
    float: left;    
    margin-right: 10px;
    background-image:url(../img/footer/rrss/rss_a.png);
    background-repeat: no-repeat;
}

.nav-foot-logos li a.rss-rss:hover {
    background-image:url(../img/footer/rrss/rss_b.png);
    background-repeat: no-repeat;
}