#cabecero_in{
    background-image: url(../img/cabecero_servicios.jpg);
    background-repeat:no-repeat;
    background-position: center top;    
    padding-top: 160px;
    padding-bottom: 50px;
    height: 350px; /* quitar al programar*/
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    #cabecero_in{        
        background-size: cover;
        padding-top: 50px;  
        padding-bottom: 50px;  
        height: auto;        
    }

    .texto_destacado {   font-size: 30px; text-align: right; margin-right: 20px;}    
    .logo{font-size: 20px; text-align: right; margin-right: 20px;}  
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
    #cabecero_in{        
        background-size: cover;
        padding-top: 50px;  
        padding-bottom: 50px;  
        height: auto;        
    }

    .texto_destacado {   font-size: 30px; text-align: right; margin-right: 20px;}    
    .logo{font-size: 20px; text-align: right; margin-right: 20px;}                 

}