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


.tab_horario
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 5px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	
	
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	 -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.80)";
        zoom: 1;
		
}
.tab_horario thead th.rounded-t-l
{
	
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.tab_horario thead th.rounded-t-r
{
	
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}

.tab_horario thead th.rounded-t-lr
{
	
	
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}



.tab_horario thead th.rounded-b-l
{
	
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.tab_horario thead th.rounded-b-r
{
	
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

.tab_horario thead th.rounded-b-lr
{
	
	
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

.tab_horario th
{
	padding: 8px;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	background: #982341;
	background: #8E2323;
	
	
	/*-webkit-border-radius: 15px;*/
}
.tab_horario td
{
	padding: 8px;
	background: #e8edff;
	background: #F5CCB0;
	border-top: 1px solid #fff;
	color: #669;
	color: #000;
}
.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::nth-child(odd)
{
	background: #BC8F8F;
}

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