html,

#header {
	width:100%;
	height:50px;
	bottom:0;
	text-align:center;
	background:#CCE3EB;
	font-family: "Orbitron-medium";
	color:#000000;
	

}

#footer {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	text-align:center;
	background:#00034A;
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	color:#FFFFFF;
	text-shadow: -1px 0 black, 0 1px black,
	  1px 0 black, 0 -1px black

}

.containing-element .ui-slider-switch { width: 9em }

table {
	width:100%;
}

.mas_grande{
	font-size: 20px;
	color: black;

}

.libre{
	background-color:green;
}

.ocupada{
	background-color:red;
}

.reserva{
	background-color:yellow;
}

.renovacion{
	background-color:orange;
}


.fila-base{ display: none; } /* fila base oculta */
.eliminar{ cursor: pointer; color: #000; }

.fi{
	z-index: 9999;
}

#list{float:left;list-style:none;margin:0;padding:0;width:190px;}
#list li{padding: 10px; background:#FAFAFA;border-bottom:#F0F0F0 1px solid;}
#list li:hover{background:#F0F0F0;}

