@charset "iso-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
}

#titulo {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	background-color: #FFDA7F;
}
#derecha {
	margin-left:170px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#derecha a:link, #derecha a:visited {
	font-size:12px;
	color: #03C;
	text-decoration:none;
}
#derecha a:hover {
	text-decoration:underline;
}
#izquierda {
	float:left;
	margin-left:5px;
	width:150px;
}
#izquierda a:link, #izquierda a:visited{
	display:block;
	padding-left:5px;
	margin-bottom:3px;
	border: thin solid #003399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	background-color: #FFDA7F;
	color: #00F;
	font-weight: bold;
}
#izquierda a:hover {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	color:#000;
	margin-bottom:3px;
}
#pie {
	clear:both;
	background-color: #FFDA7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.horario {
	color:#006;
}
#cuadro {
	width:400px;
	border: 1px solid #CCC;
	margin-bottom:15px;
	font-size:12px;
	padding-left:10px;
}
#cuadro_index {
	width:230px;
	border: 1px solid #CCC;
	margin-bottom:15px;
	font-size:12px;
	padding-left:10px;
	padding-right: 10px;
}
