.submenu-cell {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #1A73CC;
	text-align: left;
	height: 50px;
	padding-top: 5px;
	padding-left: 7px;
}
.submenu-cell_hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #99CC99;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	cursor: hand;
	padding-top: 5px;
	padding-left: 7px;
}
.especial-ubicacion {
	color: #0066CC;
	padding: 10px;
	background-color: #DBE7FF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #5A81D3;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.especial-novedades {
	color: #666666;
	padding: 10px;
	background-color: #F0F0F0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
strong {
	color: #5980D2;
}
.horario-cell01 {
	background-color: #E8E8E8;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 45%;
}
.horario-cell02 {
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	width: 65%;
}
.contenido-texto a {
	color: #003399;
}
.contenido-texto a:visited a:active {
	color: #003399;
}
.contenido-texto a:hover {
	color: #003399;
	text-decoration:underline;
}

/*Estilos para el Menu Izquierdo */

.ul_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.li_menu {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
	margin-bottom: 7px;
}

.a_menu {
	display: block;
	width: 166px;
	height: 25px;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	text-transform: none;
	background-color: #1A73CC;
	background-image: url(images/pixy-rollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: 3px;
	text-align: left;
	margin-left: 3px;
}

.a_menu:hover, .selected a {
	background-color: #99CC99;
	background-position: right bottom;
	color: #0066CC;
}

.first a {
  height: 40px;
  line-height: 40px;
}
.table-tit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #339933;
	font-size: 9px;
	line-height: 10px;
}
.table-row {
	background-color: #CFEFCF;
}
.table-row2 {
	background-color: #E6F7E6;
}

.tables {
	border: 1px solid #CFEFCF;
}
