/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
/* Para iphone Landscape */

@media (min-width: 331px) and (max-width: 485px){

body #menuAbajo li{
       
        height: 55px;
       
    }

body #menuAbajo {
        margin-top: -9px;
    }


body #menuAbajo a{ 
        font-size: 1em;
        

    }
}

/* Para iphone y iphone5 Portrait */

@media (min-width: 260px) and (max-width: 330px){ 


body #menuArriba li{ 

    height: 50px;
}

body #menuAbajo{ 
       margin-top: -8px;

    }

body #menuAbajo li{ 
       height: 52px;

    }

body #menuAbajo a{ 
        font-size: 0.9em;          

    }

body #divfaq h1 {

       font-size: 1.3em !important;

}

}


