#todo #texto table.tabla_calendario {
	font-size: 0.75em;
	margin-top: 0.2em; /* para IE */
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse:collapse;
}
#todo #texto table.tabla_calendario caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #EBEBEB;
	padding: 0.1em;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 0em;
}
#todo #texto table.tabla_calendario th {
	padding-left: 0.3em;
	color: #2A2C4B;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCD050;
	border-right-color: #BCD050;
	border-bottom-color: #BCD050;
	border-left-color: #BCD050;
	background-color: #F3F7E1;
	padding-bottom:0em;
	padding-top:0em;
}
#todo #texto table.tabla_calendario td {
	text-align: center;
	padding-left: 0.2em;
	padding-right:0.2em;
	padding-bottom:0em;
	padding-top:0em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
#todo #texto table.tabla_calendario td.cerrada {
	background-color: #666666;
	color: #FFFFFF;
}
#todo #texto table.tabla_calendario th.domingo {
	background-color:#000000;
	color:#FFFFFF;
}
#todo #texto table.tabla_calendario td.ocupada {
	background-color: #900;
}
#todo #texto table.tabla_calendario th.tramo_horario {
	background-color: #262829;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #383f46;
	border-bottom-color: #383f46;
	color: #FFFFFF;
}
#todo #texto table.tabla_calendario th.tarde {
	background-color: #E4EDBC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #162983;
}
#todo #texto table.tabla_calendario .linea_tarde {
	border-bottom-width: 1em!important;
	border-bottom-style: solid!important;
	border-bottom-color: #F2AF31!important;
}
