/* Add here all your CSS customizations */


/*CELULAR*/
@media screen and (max-width: 980px) {

.noimagen{

	display: none !important;
}

.imagencentrada{

	text-align: center !important;

}




}



/*COMPUTADOR*/
@media screen and (min-width: 450px) {




}