/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09/01/2017, 12:36:53 AM
    Author     : JuanVergara
*/
*{
    margin: 0px;
    padding: 0px;
   
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    margin: auto;
    width: 1349px;
   
    
   
}

header{
    
    background-color: #fff;
    box-shadow: 0px 2px 15px #888888;
     
}

.cajaHeader{
  
    width: 30%;

    float:left;
    display: inline-block;
    box-sizing: border-box;
  
    
  
}
.cajaHeader2{
    width: 70%; 
    display: inline-block;
    box-sizing: border-box;

}

.cajaSecundariaHeader{
    width: 97%;
    float:left;
    display: block;
    margin-bottom: 7px;
    
    background-color: #fff;
}
.cajaSecundariaHeader2{
    width: 100%;
    float:left;
    display: block;
    background-color: #fff;
}


.logoPrincipal{
    width: 200px;
    margin-left: 30px;
    margin-top: 10px;

}
.textoAfiliado{
    color: gray;
    float: left;
    margin-right: 4px;
    margin-top: 25px;
}
.logoAfiliado{
    width: 95px;
}
.cajaAfiliado{
    margin-top: 28px;
    float: right;
    font-size: 13px;
}
.telefonoPrincipal{
    color: #7F7F7F;
    font-size: 14px;
    font-weight: bolder;
    display: block;
    margin-left: 750px;
    margin-top: -3px;   
}

.telefonoPrincipal>a{
    color: #7F7F7F; 
    border-bottom: 1px solid #fff;
    transition: 0.15s;
}

.telefonoPrincipal>a:hover{
    border-bottom: 1px solid #7F7F7F;

}


.textoSeguir{
    color: gray;
    font-size: 14px;
    display: inline-block;
    margin-left: 710px;
  
    margin-top: 15px;
    margin-bottom: 15px;
}

.enlaceRedSocial{
   
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.logoRedSocial{
   
    
    width: 30px;
}


.infoAdicional{
    padding: 12px 15px;
    background: #E9E9E9;
    overflow: hidden;
    
   
    

}
.infoAdicional ul li{
    border-right: 1px solid #9A9A9A;
    font-size: 13px;
    display: inline-block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    height: 110px;
    color: #212121;

}

.iconoRedSocial{
    color: #9A9A9A;
    transition: 0.35s;
}
.iconoRedSocial:hover{
    color: #212121;
}

.infoAdicional ul li a{
     color: #212121;
     transition: 170ms all ease;
}
.infoAdicional ul li a:hover{
    
     font-weight: bolder;
}


.infoAdicional ul li .subEnlaceFooter{
     color: #9A9A9A;
}

.enlaceRedSocialFoo{
    display: block;
    margin-top: 8px;
    margin-right: 10px;
}

.contenedorEnlacesFoo{
    width: 230px;
}
.infoAdicional ul .contenedorCertifFoo{
    border-right: none;
    
}
.imgCertif{
    
    width: 150px;
   
}
.infoFooter{
    background: #1D56AD;
    color: #fff;
    padding:15px;
    padding-left: 25px;
    font-size: 13px;
}

/*Estilos Paginas Secundarias*/
b{
    color:#126A96;
}
h1{
    color:#126A96;
    text-align: center;
    font-size: 25px;
}
h3{
    color:#7F7F7F;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
}
#seccionContenedor{
    overflow: hidden;
        height: auto;

}

.main{
    text-align: justify;
    padding: 50px 25px;
    font-size: 14px;
    width: 65%;
    float: left;
    box-sizing: border-box;
}
.barraLateral{
    box-sizing:border-box;
    float: left;
    width: 35%;
    height: auto;
    padding: 25px 35px;
}
.simple-ticker{
    background: #000;
}
.simple-ticker ul li{
    height: 400px;  
}
.imgGen{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 300px;
    margin-top: -150px;
}
li>i{
    color: #126A96;
}
/*Fin Pagina Secundaria*/

/* Estilos de Slider Secundario*/
.simple-ticker {
    overflow: hidden;
}
   .simple-ticker  ul {
        position: relative;       
    }
       .simple-ticker  li {
            display: none;
            width: 100%;
        }
/* Fin Slider Secundario*/