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

/****************************************************************** ESTILOS PROPIOS DE LA SECCION LINEAS */

.subtitulo_linea, .subtitulo_linea a{
	height:	24px;
}

.subtitulo_linea{
	margin: 20px;
	border-top: 2px solid #528ac2;
	border-bottom: 2px solid #528ac2;
}

.subtitulo_linea h2{
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
}

.subtitulo_linea a{
	float: right;
}

.contenedor_columnas{
	background: url("imagenes/fondo_lineas.jpg") repeat-y;
	overflow: auto;
	margin-left: 20px;
}

.columna_lineas_izq, .columna_lineas_der{
	float: left;
}

.columna_lineas_izq{
	width: 230px;
}

.columna_lineas_der{
	width: 182px;
	margin-top: 27px;
}

/******************************************************************************** COLUMNA IZQUIERDA */

.origen_destino{
	background: url("../images/web/origen_destino.jpg") no-repeat;
	height: 20px;
	overflow: auto;
	margin: 0px 20px;
}

.origen_destino h4{
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0px 0px 30px;
}

.separador_origen{
	height: 18px;
	width: 20px;
	border-bottom: 2px solid #238ac5;
	float: left;
}


.columna_lineas_izq ul{
	list-style-type: none;
	background: url("../images/web/fondo_lineas.jpg") repeat-y;
}

.contenido_horarios p{
	padding: 0px 1px 0px 1px;
	text-align:none;
}


.columna_lineas_izq ul li{
	margin: 10px 0px 0px 10px;
	padding-left: 10px;
	width: 190px;
	background-color: #238ac5;
	color: #ffffff;
	overflow: auto;
}

.columna_lineas_izq ul li.separador_flecha{
	margin: 0px;
	width: 210px;
	height: 27px;
	background: url("../images/web/linea_flecha.jpg") no-repeat;
}

.columna_lineas_izq ul li.primero{
	margin-top: 0px;
}

.conjunto_parada{
	float: left;
	width: 190px;
	background-color: #71bee6;
	overflow: auto;
}

.parada{
	width: 160px;
	float: left;
	overflow: auto;
	background-color: #238ac5;
}

.tiempo_parada{
	float: left;
	width: 30px;
	text-align: center;
}

/************************************************************************ COLUMNA DERECHA */

.columna_lineas_der h4{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

.cabecera_horarios{
	background: url("../images/web/cab_horarios.jpg") no-repeat;
	width: 182px;
	height: 18px;
}

.contenido_horarios{
	overflow: hidden;
	padding: 5px;
	width: 168px;
	border: 2px solid #238ac5;
	background-color: #ffffff;
}

h5{
	padding: 2px;
	border-bottom: 1px solid #238ac5;
	color: #238ac5;
	font-size: 10px;
	font-weight: normal;
}

.contenido_horarios table{
	width: 100%;
	border-spacing: 2px;
	margin-top: 5px;
}

.contenido_horarios td{
	background-color: #dadbdd;
	text-align: center;
	border: 0px;
	border-right: 10px solid #ffffff;
	color: #48484a;
}

.contenido_horarios td.ultima{
	border-right: 0px;
}

.contenido_horarios p{
	font-size: 9px;
}

img.leyenda{
	margin-top: 10px;
}

