.clear{
	clear: both;
}

.logoNacion{
	position: absolute;
	top:  6px;
	left: 10px;
	cursor: pointer;
}

.titulo{
	cursor: pointer;
}

#opciones-button{
	background: url(../images/menu.png) no-repeat ;
	width: 22px;
	height: 24px;
	margin: 4px;
	border: none;
}

#leyenda-button.up{
	background: url(../images/flecha_up.png) no-repeat;
	width: 27px;
	height: 17px;
	margin: 10px;
	float: left;
	border: none;
}

#leyenda-button.down{
	background: url(../images/flecha_down.png) no-repeat;
	width: 27px;
	height: 17px;
	margin: 10px;
	float: left;
	border: none;
}

#parada{
	height: 50px;
}

#opciones iframe{
	width: 100px !important;
	margin: 0 10px !important;
}

#opciones .creditos-link {
	float: right;
	position: absolute;
	right: 37px;
	margin-top: -20px;
}

#opciones h3,
#panel-creditos h3{
	text-transform: uppercase;
}

#opciones p{
	margin: 0;
}

#opciones p.dias, 
#opciones p#descripcion{
	color: #bfbcbc;
}

#opciones p#descripcion{
	margin: 10px 0;
}

[data-role="footer"] {
    height: 90px;
}

#parada{
	padding: 0 10px;
}


#parada h2{
	text-transform: uppercase;
	margin: 5px 0;
}

#parada h3,
#parada h4{
	color: #bfbcbc;
	margin: 0;
}

#listas-paradas{
	height: 600px;
	overflow-y: scroll;
}

#listas-paradas ul li{
	cursor: pointer;
}

#creditos{
	padding: 16px 0;
	margin: 0 auto;
	font-size: 11px;
}

#creditos .titulo{
	text-transform: uppercase;
	cursor: default;
	/*font-weight: bold;*/
}

#creditos .cargo{
	font-weight: bold;
	color: #bfbcbc;
}

#mapa{
	width: 100%;
	min-height: 90%;
	position: absolute;
	background-color: #000;
	overflow: hidden !important;
}

.mensaje img{
	margin: 0 15px 0 0;
}

#message-dialog{
	background-color: #333 !important;
}

#boton-centrar{
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 77px;
	height: 82px;
	background: url(../images/gps_poss_btn.png) no-repeat center top;
	cursor: pointer;
	padding: 0 15px;
	border-left: 1px solid #fff;
}

#boton-centrar:hover,
#boton-centrar:active{
	background: url(../images/gps_poss_btn.png) no-repeat center -81px;
}

#leyenda-footer{
	bottom: -55px;
	height: 185px;
	/* bottom: 92px; */
}

#leyenda-footer.active{
	bottom: 92px;
}

#leyenda-footer p{
	margin: 10px 40px;
}

#leyenda-footer img{
	width: 500px;
	height: auto;
}

/* Hacks */
.ui-panel-content-wrap {
	width: 100%;
	min-height: 100% !important;
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 0;
	padding: 44px 0 50px;
}

#mapa-content.ui-content{
	padding: 0 !important;
	width: 100%;
	min-height: 100%;
	position: absolute;
	overflow: hidden;
}

.ui-title{
	margin: .6em 15% .8em !important;
}

.ui-icon.ui-icon-loading{
	background: url(http://code.jquery.com/mobile/1.3.1/images/ajax-loader.gif) !important;
}

.ui-table-columntoggle-btn{
	display: none;
}

.gm-style-iw{
	color: #000 !important;
}

@media (max-width: 420px) {
	.logoNacion {
		width: 80px;
		height: auto;
		margin: 6px 0;
	}

	#parada h2 {
		font-size: 15px;
	}

	#parada h3, #parada h4 {
		font-size: 12px;
	}

	#parada-footer{
		height: 60px;
	}

	#boton-centrar{
		width: 50px;
		height: 53px;
		background-size: 50px auto;
		padding: 0 5px;
	}

	#boton-centrar:hover,
	#boton-centrar:active{
		width: 50px;
		height: 53px;
		background-size: 50px auto;
		padding: 0 5px;
		background-position: center -52px;
	}

	#leyenda-footer {
		bottom: -86px;
		/*bottom: 18px;*/
		height: 186px;
	}

	#leyenda-footer.active {
		bottom: 18px;
	}

	#leyenda-footer img {
		width: 328px;
		height: auto;
	}

	#opciones h3, #panel-creditos h3, #panel-paradas h3{
		font-size: 15px;
		margin: 10px 0;
	}

	#opciones p, #panel-creditos p, #panel-paradas p,
	#opciones h4, #panel-creditos h4, #panel-paradas h4 {
		font-size: 12px;
	}

	.ui-btn-inner, .ui-li-static.ui-li {
		font-size: 14px !important;
		padding: 0.4em 20px !important;
	}

	.ui-panel-inner{
		padding: 5px 15px !important;
	}

	#listas-paradas {
		height: 360px;
	}

	#rutas-header{
		float: left;
		padding: 0 15px 0 0;
	}

	#horarios{
		display: table;
	}

	
}