.espacios{
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 4px #1D1723 solid;
	padding-bottom: 2px;
}

.espacios li{
	display: inline;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.espacios li a{
	background: #9C412B;
	text-decoration: none;
	color: #fff;
	padding: 4px 10px;
	border: 1px #1D1723 solid !important;
	border-bottom: none !important;
}

.espacios li.current a{
	background: #1D1723 !important;
	color: #fff !important;
	font-weight: bold;
}

.espacios li a:hover{
	color: #fff;
	background: #1D1723;
}

.horario{
	color: #1D1723;
}

.horario table{

}

.horario a{
	color: #1D1723 !important;
	text-decoration: none !important;
}

.horario a:hover{
	color: #fff !important;
	background: #1D1723 !important;
	border: none !important;
}

.horario h2{
	text-align: right;
	text-transform: none !important;
	background: none !important;
	color: #1D1723 !important;
	font: bold 32px/16px "Times New Roman", Times, serif !important;
	margin-bottom: 0px !important;
}

.horario th{
	background: #1D1723;
	color: #fff;
	border-bottom: 4px #1D1723 solid;
	padding: 4px;
}

.horario td.hora{
	background: #ddd;
	color: #1D1723;
}

.horario td.break{
	background: #ddd;
	color: #9C412B;
}

.horario td{
	border: 1px #ddd solid;
	border-top: none;
	border-left: none;
	text-align: left;
	padding: 8px 4px;
	line-height: 13px;
	text-align: center;
}


