@charset "utf-8";
/*
	Ajuntament de Barcelona
	www.bcn.cat | www.bcn.es

	Correccio del layout dels horaris dels equipaments del directori.
*/


#horaris table {
	width: auto;
	margin: 10px 1px 10px 5px;
	border: 0;
	font-size: 1em;
	background: #FFFFFF;
}
	#horaris table th {
		padding: 3px 0 3px 10px;
		border-top: 1px solid #DFD9D9;
		border-right: 1px solid #DFD9D9;
		border-bottom: 1px solid #DFD9D9;
		border-left: 1px solid #DFD9D9;
		white-space: nowrap;
	}
	#horaris table td { 
		
	}
	#horaris table td img {
		display: none;
	}
	#horaris table td.fondoazulclaro,
	#horaris table td.puntoshori,
	#horaris table td.puntosvert,
	#horaris table td.puntoshori {
		display: none;
	}
	#horaris table td td td td td {
		border-right: 1px solid #DFD9D9;
		border-bottom: 1px solid #DFD9D9;
		padding: 0 5px 2px 5px !important;
	}
	#horaris table td td td td td td {
		border: 0;
	}
	
	#horaris table table {
		margin: 0;
	}
		#horaris table table table table table {
			margin: 0 15px;
			border-left: 1px solid #DFD9D9;
		}
			#horaris table table table table table table {
				margin: 0;
				border: 0;
			}


