/* CSS Document */


#tabla {
	border:8px solid #FFF;
}
#tabla a {
	text-decoration:none;
	border-bottom:#000 dashed 1px;
}
#tabla a:hover {
	text-decoration:none;
	border-bottom:0px;
	
}
.titulos {
	background:url(../img/bg_titulos_grilla.jpg) repeat-x;
	font-size:12px;
	text-align:center;
	border-right:1px solid #0E5996;
	color:#FFF;
}

.horarios {
	background-color:#0E5996;
	text-align:center;
	height:50px;
	width:50px;
	border-bottom:1px solid #143961;
	color:#FFF;
}

.celdas {
	background-color:#E8E8E8;
	text-align:center;
	border-bottom:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	padding:5px;

}

.celdas2 {
	background-color:#EFEFEF;
	text-align:center;
	border-bottom:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	padding:5px;
}

.link {
	font-size: 13px;
	color: #F5D123;
	text-decoration:none;
}

.link:hover {
	font-size: 13px;
	color: #FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	
}