@charset "utf-8";
/* CSS Document */

/*--- Cuerpo ----------------------------------------*/
@media only screen and (max-width: 1270px) and (min-width: 850px) {

	#contentMap {
		height: 660px;
	}

	#divRtas,
	.fichRta,
	.button2 {
		width: 360px;
	}

	#fichaTec {
		height: 570px;
		overflow-y: auto;
	}

	.map,
	#mobMap {
		height: 600px;
		margin-left: 400px;
	}

	#mobMap {
		margin-top: -650px;
	}
}

@media only screen and (min-width: 850px) {

	.fichRta {
		float: left;
	}

	.map,
	#mobMap {
		position: relative;
		width: auto;
		margin-right: 10px;
		/* margin-top: -362px; */
		z-index: 1020;
	}

	.imgRta {
		position: absolute;
		top: 110px;
		right: 20px;
	}

	.showMap {
		width: 100%;
	}

	#map {
		height: 100%;
		width: 100%;
	}

	#cf img,
	#cf1 img {
		max-height: 650px;
	}
}

@media only screen and (min-width:1270px) {

	#contentMap {
		height: 760px;
	}

	#divRtas,
	.fichRta,
	.button2 {
		width: 480px;
		max-height: 700px;
	}

	#fichaTec {
		height: 680px;
		overflow-y: auto;
	}

	.map,
	#mobMap {
		height: 700px;
		margin-left: 520px;
	}

	#mobMap {
		margin-top: -750px;
	}
}

@media only screen and (max-width: 850px) {

	#divRtas,
	.button2 {
		width: 100%;
		max-height: 600px;
	}

	.map {
		width: 100%;
		height: 100%;
		position: relative;
		/* right: 0; */
		z-index: 50;
	}

	/* #mobMap {
		height: 550px;
		position: fixed;
		right: 0;
		top: 10px;
		z-index: 5000;
	}
 */
	.mapMobClose {
		position: absolute;
		top: 0;
		right: 0;
		width: 25px;
		height: 100%;
		background-image: url(/.img/icons/cierreL.png);
	}

	.showMap {
		width: 100%;
	}

	.imgRta {
		position: relative;
		margin: 10px 0;
	}

	#mobMap {
		position: fixed;
		height: 650px;
		top: 0px;
		z-index: 1945;
		overflow: hidden;
	}

	#map {
		height: 735px;
		width: 100%;
	}

	#cf img,
	#cf1 img {
		max-height: 100vw;
	}
}

.back {
	background-color: #262525;
}

.button2 {
	height: 25px;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 20px;
}

#buslines {
	position: relative;
	margin: 2px 0px;
	background: yellow;
	height: fit-content;
}

#menos,
#fork,
#mas {
	position: absolute;
	padding: 5px 3px;
	height: 25px;
	background-color: #830104;
}

#menos {
	left: 0;
	width: 56px;
}

#mas {
	left: 196px;
	width: 56px;
}

.on,
#fork {
	display: block;
}

#fork {
	font-size: 14px;
	left: 66px;
	width: 120px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.out {
	display: none;
}


#menos:hover,
#mas:hover {
	background-color: #005E0B;
	cursor: pointer;
}

#cf,
#cf1 {
	position: relative;
	margin: 0 auto;
	height: 100vh;
	width: 100vw;
	max-height: 650px;
	max-width: 850px;
}

#cf img,
#cf1 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100vw;
	max-width: 850px;
	cursor: url(/.img/icons/zoom-.png), auto;
}

#cf img {
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-o-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
}

#cf img.opaque {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=1);
}

#divRtas {
	float: left;
	display: block;
	font-size: 13px;
	overflow-y: auto;
	overflow-x: hidden;
}

#divRtas div {
	white-space: nowrap;
	height: 30px;
}

#divRtas div span a {
	color: #000;
	;
}

#fichEdit {
	margin-top: 0px;
}

#fichEdit textarea {
	width: 600px;
	height: 100px;
}

#txtFiltro {
	position: relative;
	font-weight: bold;
}

.icon,
.iconM,
.help {
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon {
	vertical-align: bottom;
}

.iconM {
	vertical-align: middle;
}

.imgRta {
	height: 70px
}

.imgRta img {
	height: 70px
}

.infoRta {
	margin-bottom: 10px;
}

.infoRta img,
#txtFiltro img {
	margin-left: 10px;
}

.listContent {
	font-size: 14px;
	font-weight: bold;
	color: inherit;
	text-decoration: underline;
}

.listRec {
	padding: 0;
	margin: 10px;
}

.listRec li {
	display: block;
}

.listRec li img {
	vertical-align: middle;
}

.listRec li a {
	color: #000;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
}

.map img,
#mobMap img {
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#rtasAlter ul {
	margin-left: 20px;
}

#ruta {
	position: relative;
	text-align: left;
	width: 989px;
	height: 25px;
}

.selBox {
	font-size: 10px;
	border: 1px #336600 solid;
}

#slide {
	width: 70px;
	background-color: #fff;
	margin-top: 10px;
	padding: 0;
}

.tipoRec {
	padding: 5px;
}

.tipoRec li {
	padding: 3px;
}

.tit a {
	color: inherit;
}

.tit span {
	font-size: 13px;
}

.titFich {
	margin-top: 30px;
	width: auto;
	display: inline-block;
}

.titFich img {
	float: right;
	margin-left: 20px;
}

.titulo {
	height: fit-content;
	/* min-height: 30px; */
	background-image: url(/.img/fondos/titulo.png);
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 23px;
	color: #000;
	margin: 0 -20px;
	/* text-align: center; */
}

.titulo span {
	font-size: 14px;
	font-weight: normal;
}

.titulo a {
	color: #5D5D5D;
}

ul ul {
	margin-bottom: 10px;
}