/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2/12/2018, 05:45:16 PM
    Author     :  MYSTERIOUS WEB DEVELOPER
*/

/*++++++++++++----------        DISPOSIIVOS MOVILES     ---------++++++++++++++++++++++++*/
@media only screen and (max-width: 900px) {
    .bloque-informacion{
        width: 90%;
        float:left;
        padding-top:2em;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    } 
    .saltar-bloques{
        clear:both;
    }      
}

/*++++++++++++----------      ESCRITORIO   ---------++++++++++++++++++++++++*/
/*@media only screen and (min-width: 901px){*/
@media only screen and (min-width: 1px){

    .bloque-informacion{
        width: 90%;
        float:left;
        padding-top:2em;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }
    .saltar-bloques{
        clear:both;
    }    
    
    
}