@charset "utf-8";
/* CSS Document */

        #compactar
        {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute; /* posición absoluta a navegador */
	top: -4px;             /* ajusta a borde de navegador */
	left: 276px;
	right: 0;
	height: 50px;
	border-radius: 1em;
	background-color: #333333;
	color: #ffffff;
	width: 25%;
	height: auto;
	margin: 1em;
	font-size: 1em;
        }
        #compactarRutas
        {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute; /* posición absoluta a navegador */
	top: -4px;             /* ajusta a borde de navegador */
	left: 276px;
	right: 0;
	height: 50px;
	border-radius: 1em;
	background-color: #333333;
	color: #ffffff;
	width: 25%;
	height: auto;
	margin: 1em;
	font-size: 1em;
        }