@charset "utf-8";
/* CSS Document */


.tab_horario
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

.tab_horario thead th.rounded-company
{
	background: #8E2323 url('table-images/left.png') left -1px no-repeat;
}
.tab_horario thead th.rounded-q4
{
	background: #8E2323 url('table-images/right.png') right -1px no-repeat;
}
.tab_horario th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #FFF;
	background: #8E2323;
}
.tab_horario td
{
	padding: 8px;
	background: #e8edff;
	background: #F6D7D7;
	border-top: 1px solid #fff;
	color: #111;
}
.tab_horario tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
.tab_horario tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}



.tab_horario tbody tr:hover td
{
	background: #FFF;
}
