@charset "utf-8";
 .resolucion {
    width: 99%;
    text-align: center;
}




@media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .tablet {
        display: none;
		
    }
	
}


/**Tablet**/

@media (min-width: 768px) and (max-width: 990px) {
    .desktop {
        display: none;
    }
    .movil {
        display: none;
    }
}


/**Escritorio**/

@media (min-width: 991px) {
    .tablet {
        display: none;
    }
    .movil {
        display: none;
    }
}

body{
	
	background: white;
}
