	@media only screen and (max-width: 500px) {
		.icono{
			font-size: 14px !important;
		}
		.iconoImagen{
			height: 12px !important;
		}
		.barra_abajo{
			font-size: 10px !important;
		}
		.iconoBarra{
			font-size: 10px !important;
		}
		.aviso{
			font-size: 10px !important;
		}

	}
	@media only screen and (max-width: 767px){
		.panelAvisos{
			padding-top: 30px !important;
		}
		.barra{
			height: 40px !important;
		}
		.aviso{
			font-size: 10px !important;
		}
	}
	@media only screen and (max-width: 1374px){
		.documentos{
			font-size: 9px !important;
		}
	}
	@media only screen and (max-width: 990px){
		.lineas::before{
			width: 50px !important;
		}
		.panelAvisos{
			font-size: 20px !important;
		}
	}