
/*CODIGO INGRESADO PARA PANTALLAS MUY PEQUEÑAS */

/*649*/
@media all and (max-width: 400px) {

    body{
        font-size: 10px;

    }

    .logo{

        left: 30%;
        position: absolute;
        top:0%;
        width:113px ;
        height: 93px;
        z-index: 0;
    }

    #header{

        top:18%;
        position: absolute;
        z-index: 2;
        width: 100%;


    }
    #page{


        margin-top: 2%;
        position: relative;
        max-width: 100%;
        min-width: 342px;



        max-height: 450px;
        min-height: 450px;


    }
    #content_slider{

        position: absolute;
        top: 35%;
        left: 12%;

        min-width:  80%;
        max-width: 80%;
        max-height: 60%;
        min-height: 60%;
    }

    /*
    #slider { 
        width: 50%; 

    }
    #slider li { width: 250px; }*/

    #leftMenu{

        position: absolute; 

        top: 29%;
        z-index: 2;
        width: 100%;
        text-align: center;

    }
    #fondoMarco{
        display: none;
    }
    #conte_menu_superior{
        display: block;

        position: absolute; 
        top:15%;
        width: 100%;
        height: 60px;

        z-index: 0;

    }
    #body_Content_2{
        position: absolute;
        display:block;
        top:20%;


        margin-left: 5%;
        margin-right: 5%;
        z-index: 0;
        width: 90%;
        height: 80%;
    }

    .botonLeft{

        width: 15%;


    }
    .botonUp{
        width: 20%;

    }
    .botonUpSelect{
        width: 30%;

    }




}

@media screen and (min-width: 400px) and (max-width: 799px) 
{


    body{
        font-size: 13px;

    }

    .logo{

        left: 30%;
        position: absolute;
        top:0%;
        width: 188px;
        height: 155px;
        z-index: 0;


    }


    #header{



        top:19.5%;
        position: absolute;
        z-index: 3;
        width: 100%;


    }
    #page{

        margin-top: 2%;

        position: relative;
        max-width: 749px;
        min-width: 400px;



        max-height: 750px;
        min-height: 750px;


    }
    #content_slider{

        position: absolute;
        top: 35%;
        left: 12%;

        min-width:  80%;
        max-width: 80%;
        max-height: 60%;
        min-height: 60%;
    }

    /*
    #slider { 
        width: 50%; 

    }
    #slider li { width: 250px; }*/

    #leftMenu{

        position: absolute; 

        top: 27%;
        z-index: 2;
        width: 100%;
        text-align: center;

    }
    #fondoMarco{
        display: none;
    }
    #conte_menu_superior{
        display: block;

        position: absolute; 
        top:16%;
        width: 100%;
        height: 80px;

        z-index: 0;

    }
    #body_Content_2{
        position: absolute;
        display:block;
        top:20%;

        margin-left: 5%;
        margin-right: 5%;

        z-index: 0;
        width: 90%;
        height: 80%;
    }

    .botonLeft{

        width: 15%;


    }
    .botonUp{
        width: 94px;
        height: 50px;

    }
    .botonUpSelect{
        width: 30%;

    }




}


/*@media all and (min-width: 650px) {/*tablet */



/*}*/

@media screen and (min-width: 800px) and (max-width: 1199px) 
{
    body{
        font-size: 15px;

    }

    .logo{

        left: 2.8%;
        position: absolute;
        top:0.5%;
        width: 220px;
        z-index: 2;


    }


    #header{


        top: 12%;
        left: 31%;
        position: absolute;
        z-index: 2;


    }
    #page{


        position: relative;
        max-width: 800px;
        min-width: 800px;

        max-height: 720px;
        min-height: 720px;

    }
    #content_slider{

        position: absolute;
        top: 30%;
        left: 40%;

        min-width:  60%;
        max-width: 60%;
        max-height: 60%;
        min-height: 60%;
    }

    /*
    #slider { 
        width: 50%; 

    }
    #slider li { width: 250px; }*/

    #leftMenu{

        position: absolute; 
        left: 6.0%;
        top: 32%;
        z-index: 2;

    }
    #fondoMarco{
        top:20%;
        display: block;
        position: absolute;
        width: 100%;
        height: 80%;
    }
    #conte_menu_superior{
        display: none;
    }
    #body_Content_2{
        display:none;
    }

    .botonLeft{

        width: 240px;
        margin-bottom: 3px;
        display: block;
    }
    .botonUp{
        width: 135.7px;

        height: 70px;

    }
    .botonUpSelect{
        width: 270px;
        margin-bottom: 3px;
        display: block;
    }

}

@media screen and (min-width: 1200px) and (max-width: 20000px) 
{

    body{
        font-size: 22px;
    }

    .logo{

        left: 5.0%;
        position: absolute;
        top:3.5%;
        width: 240px;
        z-index: 2;
    }
    #header{
        top: 11%;
        left: 27.5%;
        position: absolute;
        z-index: 2;
    }
    #page{
        position: relative;
        display: block;
        max-width: 1200px;
        min-width: 1200px;

        max-height: 900px;
        min-height: 900px;

    }
    #content_slider{

        position: absolute;
        top: 30%;
        left: 38%;

        min-width:  60%;
        max-width: 60%;
        max-height: 60%;
        min-height: 60%;
    }

    /*
    #slider { 
        width: 50%; 

    }
    #slider li { width: 250px; }*/

    #leftMenu{

        position: absolute; 
        left: 5.5%;
        top: 32%;
        z-index: 2;

    }
    #fondoMarco{
        top:20%;
        display: block;
        position: absolute;
        width: 100%;
        height: 80%;
    }
    #conte_menu_superior{
        display: none;
    }
    #body_Content_2{
        display:none;
    }

    .botonLeft{

        width: 300px;
        margin-bottom: 3px;
        display: block;
    }
    .botonUp{
        width: 213.5px;
        height: 100px;

    }
    .botonUpSelect{
        width: 350px;
        margin-bottom: 3px;
        display: block;
    }


}

