/* CSS Para las tablas de horarios */

/* --- General --- */

.principal {
	background-image: url(../images/t_horarios.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:80px;
	font-size:small;
	min-height:600px;
	_height:600px;
	}


th { border-bottom:2px solid #0066FF; background-color:#f2f2f2;   }
td { padding:2px; border:1px dotted #CCCCCC; width:80px;}
tr { margin:2px 0;}
caption { color:#999999;}

