@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}
#contenedor {
	height: 600px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
#horarios {
	position: absolute;
	height: 414px;
	width: 659px;
	background-color: #333;
	left: 102px;
	top: 169px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
}
#titulotabla {
	position: absolute;
	height: 41px;
	width: 665px;
	left: 102px;
	top: 126px;
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#hora {
	float: left;
	height: 30px;
	width: 70px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 30px;
}

#dia {
	float: left;
	height: 30px;
	width: 70px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

#clase {
	float: left;
	height: 30px;
	width: 50px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 50px;
}
#sala {
	float: left;
	height: 30px;
	width: 50px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 110px;
}
#profesor{
	float: left;
	height: 30px;
	width: 100px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 97px;
}
#contenedor #horarios table {
	text-align: center;
}
#dropin table tr td table tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#dropin {
	background-image: url(novedadesazucar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #030D31;
}

