body{margin:0;padding:0;
}
#base_horario{
	width:100%;	
	margin:0 auto;
}
#dia_horario {
	width: 100%;
	text-align: center;
}
#leyenda{
	width:100%;	
	margin:0 auto;
	height:95px;
	letter-spacing:-0.2px;
}
#leyenda strong{
	font-size:18px;
	text-transform:uppercase;
}
#base_horario ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
	#base_horario ul.cabecera{
		height:auto;
		margin-bottom:2px;	
			width: 30%;
	
	}
	#base_horario ul.cabecera li{
		background:#333;
		height:20px;
		width:100%;
		padding-left:0;
		padding-right:0;
	}		
	#base_horario ul.disponibilidad{

			width: 100%;
	
	}	
#base_horario ul.disponibilidad li {
	height: 20px;
	width: 46%;
	margin: 2px 2%;
}

#base_horario ul li {
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 16px;
	color:#fff;
	padding:5px 0;
}
		#base_horario ul li.no_disponible{
			background:#900;
						
		}
		#base_horario ul li.disponible{
			background:#5b9900;
		}				
			#base_horario ul li.disponible a{
				float:left;
				position:relative;
				width:100%;
				height:100%;
				color:#fff !important;
				text-decoration:none;
			}	
#cierre_horario {
	position: relative;
	float: left;
	width: 100%;
	height: 54px;
	border-top: 1px solid #c6c5c5;
	padding: 5px 0 0;
	margin-top: 5px;
}
#cierre_horario span::before {
	content: "";
	height: 16px;
	width: 16px;
	border: 1px solid #666;
	display: block;
	position: absolute;
	left: -22px;
	background:#5b9900;
}
#cierre_horario span.hora_no_disponible::before {background:#a60303;}	
#cierre_horario span {
	display: inline-block;
	font-size: 0.8em;
	float: left;
	margin: 5px 25px;
	position:relative;
	
}	