#horario {
	margin: 0;
	padding: 5px;
	background-color: rgba(253,183,84,0.28);
	width: 106px;
	height: 245px;
	position: relative;
	top: 80px;
	left: 1px;
	border-top: 2px solid orange;
	border-bottom: 2px solid orange;
}

#horario a:link a:visited {
	color: #101898;
}

#horario p {
	color: red;
}