/*--Celulares--*/
@media screen and (min-width: 300px) and (max-width: 786px) {
	
	div[class^="col-md-"] {
		width:100%;
	}
	
	.text_menu,
	.minimizar_menu,
	.datos_usuario_logueado{
		display:none !important;	
	}
	
	.cont_gray{
		width: 100%;
		overflow: auto;
	}
	
	.sin_padding_right{
		padding-right: 15px !important;
	}
	
	.msj_success {
    bottom: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
	}
}