@charset "iso-8859-2";
/* CSS Document */

ul#menutabs
{
	list-style-type: none;
	padding-bottom: 28px;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

ul#menutabs li
{
	float: left;
	height: 25px;
	background-color: #FF6C14;
	margin: 2px 2px 0 2px;
	border: 1px solid #FFF;
	list-style-type: none;
}

ul#menutabs li#active
{
	background-color: #666;
	background-image: url(images/tab.png);
	background-repeat: repeat-x;
	background-position: center top;
}

li#active a {
	color: #000;
}

#menutabs a
{
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 4px;
}

#menutabs a:hover {
	background-color: #54aa21;
}

/*esquinas*/
div.esquinas {
	margin:0px;
	position:relative;
	float:left;
	vertical-align:top;
}

div.esquinas div{	
	position:absolute;
	width: 9px;
	height: 9px;
}
div.esquinas div.izq	{
	left:0;
	top:0;
	background-color: transparent;
	background-image: url(images/izq.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.esquinas div.der{
	background:transparent url(images/der.png) top right no-repeat;
	right:0;
	top:0
}.horario {
	font-size: 11px;
}