﻿.ceda_oculta
{
	display: none;
	visibility: hidden;
}

.header
{
	background: #004080;
	color: #ffffff;
	font-weight: bold;
	font-size: 95%;
	font-family: Arial, Verdana, 'Times New Roman';
	font-variant: normal;
}

.celda_uso
{
	background: #3a6ea5;
	color: #ffffff; /*font-size: 9pt;*/
	font-family: Arial;
}

.celda_empty
{
	color: #ffffff; /*font-size: 9pt;*/
	font-family: Arial;
	border-right: #b1c5df 1px solid;
	border-top: #b1c5df 1px solid;
	border-left: #b1c5df 1px solid;
	border-bottom: #b1c5df 1px solid;
}

.celda_cruce_l_r
{
	background: #ff3333;
	color: #ffff66;
	font-family: Arial;
	border-right: #ff9900 2px solid;
	border-left: #ff9900 2px solid;
}

.celda_cruce_b_l_r
{
	background: #ff3333;
	color: #ffff66;
	font-family: Arial;
	border-right: #ff9900 2px solid;
	border-left: #ff9900 2px solid;
	border-bottom: #ff9900 2px solid;
}

.celda_cruce_t_l_r
{
	background: #ff3333;
	color: #ffff66;
	font-family: Arial;
	border-top: #ff9900 2px solid;
	border-right: #ff9900 2px solid;
	border-left: #ff9900 2px solid;
}

.celda_blink_l_r
{
	background: #ffffcc;
	color: #3a6ea5; /*font-size: 9pt;*/
	font-family: Arial;
	border-right: #ff9900 2px solid;
	border-left: #ff9900 2px solid;
}

.celda_blink_b_l_r
{
	background: #ffffcc;
	color: #3a6ea5; /*font-size: 9pt;*/
	font-family: Arial;
	border-right: #ff9900 2px solid;
	border-left: #ff9900 2px solid;
	border-bottom: #ff9900 2px solid;
}

.celda_blink_t_l_r
{
	background: #ffffcc;
	color: #3a6ea5; /*font-size: 9pt;*/
	font-family: Arial;
	border-top: #ff9900 2px solid;
	border-right: #ff9900 2px solid;
	border-left: #ff9900 2px solid;
}

.horario_header
{
	border-top: #336699 1px solid; /*border-left: #336699 1px solid; 	border-right: #336699 1px solid;*/
	border-bottom: #336699 1px solid;
	background-color: #3a6ea5; /*#bec2c6;*/
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	color: #ffffff; /*#004080;*/
	padding-top: 1px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	text-align: center;
}

.horario_closer
{
	color: #ffffff; /*#3b6fa6;*/
	text-decoration: none;
	z-index: 1;
	left: -20px;
	position: absolute;
	top: -1px;
	background-color: #ff9900;
}

.horario_container
{
	width: 100%;
}

.horario_mat_show
{
	visibility: visible; /*display: block;*/
}

.horario_mat_hide
{
	display: none;
	visibility: hidden;
}


#slidehorario
{
	position: absolute;
	left: 0px;
	width: 600px;
	z-index: 110;
	top: 100px;
	font-style: normal;
	font-family: Arial, Verdana;
	font-variant: normal;
	table-layout: auto;
	border-collapse: collapse;
	background-color: #f4f7fb;
	border-right: #bec2c6 2px solid;
	border-top: #bec2c6 2px solid;
	border-left: #bec2c6 2px solid;
	border-bottom: #bec2c6 2px solid;
}

.slidehorario_show
{
	display: block;
	visibility: visible;
}

.slidehorario_hide
{
	display: none;
	visibility: hidden;
}

