@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);

#contenedor_footer{
    width:970px;
    font-family: 'Roboto', sans-serif;
    color:#383a3a;
    margin: 0 auto;
}
#footer_telefonos{
    width:970px;
    font-size:14px;
    text-align:center;
    padding:2px 0 10px 0;
}

#ul_footer_telefonos{
    text-align: center;
    padding-top:6px;
}

.li_footer_telefonos_negrita{
    text-decoration:none;
    font-weight:900;
}
    
.li_footer_telefonos_azul{
    font-weight:900;
    color:#0055a6 !important;
}
    
.li_footer_telefonos_light{
    font-weight:400;
}

#footer_menu{
    width:966px;
    float:left;
    padding:0px 2px 0px 2px;
    background-color:#edebec;
}

.ul_footer_menu{
    width:100%;
    padding:0 10px 0 10px;
    margin:10px 0 5px 0;
    float:left;
    list-style:none;
}

.li_footer_menu_principal{
    width:100%;
    float:left;
    font-size:13px;
    color:#009bdb !important;
    text-decoration:none;
    padding-bottom:11px;
    font-weight:700;
}

.ul_footer_menu li a{
    width:100%;
    float:left;
    color:#383a3a !important;
    font-size:12px;
    text-decoration:none;
    padding-bottom:9px;
}

.ul_footer_menu li a:hover{
    color:#009bdb !important;
    cursor:pointer;
}
#footer_legales{
    width:970px;
    float:left;
    font-size:12px;
    margin-bottom:8px;
    margin-top:12px;
}
    
#ul_footer_legales{
    padding-left: 100px;
    margin:0;
}

.li_footer_legales_a{
    float:left;
    list-style:none;
}

.li_footer_legales_a a{
    float:left;
    list-style:none;
    text-decoration:none;
    color:#383a3a !important;
}
    
.li_footer_legales_a a:hover{
    color:#009bdb !important;
}

.li_footer_legales_b{
    float:left;
    list-style:none;
    font-weight:900;
}

#linea_footer{
    height: 2px; 
    background-color: #edebec; 
    border:none; 
    margin:20px 0 0 0 !important;
}
.clearfix{
	clear:both;
}