/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
.TablaHorario {
	border-collapse: collapse;
	border: 1px solid #333333;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #363636;
	width: 640px;
	background-color: #FFFFFF;
  }
.TablaHorario caption {
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2E7E1;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-bottom: 10px;
  }
.TablaHorario td, .TablaHorario th {
	border: 1px solid #333333;
	padding: .4em;
	color: #333333;
  }

.TablaHorario thead th, .TablaHorario tfoot th {
	border: 1px solid #333333;
	;
	text-align: left;
	color: #333333;
	padding-top:3px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFDFDF;
  }
.TablaHorario tbody th, .TablaHorario tbody td {
  vertical-align: top;
  text-align: left;
  }
.TablaHorario tfoot td {
	border: 1px solid #333333;
	padding-top:3px;
	color: #FFFFFF;
	background-color: #FFFFFF;
  }
.TablaHorario .odd {
	background-color: #FFFFFF;
  }
.TablaHorario .especial {
	background-color: #FFFF99;
  }
.TablaHorario .cafe {
	background-color: #80FFFF;
  }  
.TablaHorario tbody tr:hover {
	border: 1px solid #333333;
	color: #333333;
	background-color: #CCCCCC;
  }
.TablaHorario tbody tr:hover th,
.TablaHorario tbody tr.odd:hover th {
	color: #333333;
	background-color: #CCCCCC;
  }

#tabbed a, #tabbed a:active, #tabbed a:visited {
	display:block;
	float:left;
	padding:5px 8px;
	color:#333333;
	margin-right:10px;
	text-decoration:none;
	outline:none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
#tabbed a.selected, #tabbed a.selected:active, #tabbed a.selected:visited {
	color:#333333;
	text-decoration:none;
	outline:none;
	background-color: #E2E7E1;
	}
.hiddencontent {
	padding:12px;
	display:none;
	background-color: #E2E7E1;
	border: 1px solid #999999;
	}
.clear {
	clear:both;
	}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 640px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #D2FFDE;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #333333;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-color: #CCCCCC;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
