/*!
 * 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 y iphone5 Portrait */

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


body #menuArriba li{ 

    height: 46px;
}

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

body #menuAbajo li{ 
       height: 46px;
    }

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

    }

}


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

body #menuAbajo li{
       
        height: 45px;

    }

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


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

    }
}