#horariosyresultados {
	width: 500px;
}
#horariosyresultados h3,h4{
	margin-bottom: 0px;
	margin-top: 2px;
}
#horariosyresultados h4{
color: #1861a7;
font-size: 12px;
}
#horariosyresultados table {
	border-collapse: collapse;
	width: 450px;
	margin-left: 2px;
	font-size: 9px;
	text-align: center;
	border: 1px solid #ccc;
	font: "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	/*background: #ffffff;*/
	background: rgba(255, 255, 255, 0.5);
}
#horariosyresultados th,td {
	border: none;
	border-left: 1px solid 	#CCC;
}
#horariosyresultados td {
	border-top: 1px solid 	#CCC;
}
#horariosyresultados table img{
	margin: 2px;
}