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

/*DIV tabla*/ 
#tabla {
	vertical-align:bottom;
	left: 0px;
	width:80vw;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 25px;
	padding-bottom: 25px;
}

#tabla td {
	border: 3px solid #fff;
	left: 0px;
	height: auto;
	background: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 100%;
	background-color: #fbf7f7;
	width: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.tdopacity {
filter: alpha(opacity=50); /* internet explorer */
    	-khtml-opacity: 0.5;      /* khtml, version anterior de safari */
    	-moz-opacity: 0.5;       /* firefox, mozilla, netscape */
    	opacity: 0.5;           /* safari, chrome, opera */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.responsive-image {
	width: 100%;
	background-size: contain;
}

/*NAVEGADOR: <ul class="nav">*/

#cabecera {
  background-color:none;
  margin:0px;
  width:auto;
  height: 100px;
  }
.textocabecera {
  font-size:1em;
  }

/*Para que no se muestre la lista del Nivel 1, es decir, nav ul ul.*/
nav ul ul {
	display: none;
}
/*Para que se muestre la lista del Nivel 1 y únicamen élla, es decir, nav ul li:hover > ul,
pero no la del Nivel 2.*/
	nav ul li:hover > ul {
		display: block;
}
/*Formato y posición del botón principal del navegador.*/
nav ul {
	background-image: url( "../littrack/menu.png");
	width: 100px !important;
	height: 50px !important;
	margin: 10px 10px 50px 10px;
	border: solid gray 0.5px;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, version anterior de safari */
	-moz-opacity: 0.7;       /* firefox, mozilla, netscape */
	opacity: 0.7;           /* safari, chrome, opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*internet explorer 8 - gracias Andres */
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li {
	float: left;
}
	nav ul li:hover {
	
	}
		nav ul li:hover a {
			color: black;
			text-align:center;
		}
	
	nav ul li a {
		display: block;
		padding: 25px 50px;
		color: #757575;
		text-decoration: none;
	}
 
nav ul ul {
	background: #5f6975;
	border-radius: 0px;
	padding-top:0px;
	position: absolute;
	/*Tengo que redefinir margin y padding a 0px para que no herede los valores de nav ul.*/
	margin:0px;
	padding:0px;
	
}
	nav ul ul li {
	  float: none;
	  margin-top:0px; 
	  background-color:white;color:gray;
	  border-right: solid gray 0.5px;
	  border-bottom: solid gray 0.5px;
	  border-left: solid gray 0.5px;
	  position: relative;
	}
		nav ul ul li a {
			padding: 10px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
	}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	/*Repito aquí el bloque de código del filtro para que
	no se aplique filtro sobre filtro al submenú*/
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1.0      /* khtml, version anterior de safari */
	-moz-opacity: 1.0;       /* firefox, mozilla, netscape */
	opacity: 1.0;           /* safari, chrome, opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*internet explorer 8 - gracias Andres */
}


/*DIV(contenedor2).DIV(texto)*/
#contenedor2 {
	height: auto;
	vertical-align:middle;
	background: #FBF7F7;
}
#texto {
	vertical-align:top;
	left: 0;
	height:auto;
	width:90vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 25px;
    padding-bottom: 25px;
	
}

/*Para evitar que el texto aparezca, si es muy largo,
debajo del pie, establezco overflow: hidden*/

.textotexto {
	font-family: "ApercuRegular",Arial,sans-serif;
	font-size: 21px;
	line-height:32px;
	letter-spacing:1px;
	background-color: none;
	color: black;
	text-align: justify;
	overflow: hidden;
	text-indent:2em;
}

#texto ol li ul {
	list-style-type:disc;
}


/*Estilo de MAPA.*/
.archive-map {
    width:100%;
    height:50vw;
	}
@media (max-width:600px){
	.archive-map {
    width:100%;
    height:100vw;
	}
}
/*Estilo de INFOWINDOW.*/
/*El elemento html que envuelve la infowindow de google map es un div cuya clase
es gm-style-iw.
*/
.gm-style .gm-style-iw {
	width:100%;
	top: 0;
	left: 0;	
	background-color: #FBF7F7;
	padding: 10px 0px 0px 10px;
	overflow-x:hidden;
	overflow-y: auto;
	font-family: "ApercuRegular",Arial,sans-serif;
	letter-spacing: 0.1rem;'
	font-size:1.5vmin;
	box-shadow: 0 0px 10px rgba(178, 178, 178, 0.6);
    border-radius: 10px 10px 10px 10px;
	
}

#iwtitulo {
	display: flex;
	background-color: #FFF;
	float: left;
	width: 100%;
	height:50px;
	text-align: center;
	top:50%;
	color:black;
	font-size:2.5vmin;
	
}

.uliwtitulo {
	overflow: hidden;
	margin:0px;
	width:100%;
	padding:0px;
}

.uliwtitulo li {
	float: left;  	
}

.uliwtitulo li:first-child {
	width: 80%;
	height: 40px;
	padding-top:10px;
}

@media all and (min-width: 550px) {
.uliwtitulo li:nth-child(2n) {
	background-image:url('../objetos/50X50Icono2.png'); 
	width: 50px;
	height: 50px;
	float: right; 	
	}
}
@media all and (max-width: 550px) {
#iwtitulo {
	width: 100%;
	height:20px;
	font-size:3vmin;
	
}
.uliwtitulo li:first-child {
	width: 100%;
	padding-top:5px;
}
.uliwtitulo li:nth-child(2n) {
	width: 0px;
	float: right; 	
	}
}
 
#iwinfo {
	width:100%;
	text-align: justify;
	font-size: 1.5vmin;
	line-height: 18px;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}
@media all and (max-width: 550px) {
#iwinfo {
	font-size: 2.5vmin;
	line-height: 10px;
	}
}

/*DIV busqueda*/
#busquedaDIV {
  position:absolute;  
  margin-left: 10px;
  margin-top: 10px;
  z-index: 1;
}
#busqueda {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 200px;
  z-index: 1;
  
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width:600px){
	#busqueda {
		width: 100px;
	}
}

/*Mapcontrol*/
#selectorDIV {
  position:absolute;  
  margin-left: 10px;
  margin-top: 20px;
  z-index: 1;
}
 .map-control {
       background-color: #fff;       
       margin: 10px;
        /* Hide the control initially, to prevent it from appearing
           before the map loads. */
        /*display: none;*/
      }
/* Display the control once it is inside the map. */
      #map .map-control { 
	  display: block;
	  }

      .selector-control {
	  font-family: Roboto;
	  font-size: 15px;
	  font-weight: 300;
	  padding: 0 11px 0 13px;
	  text-overflow: ellipsis;
	  width: 200px;
	  z-index: 1;
	  border: 1px solid transparent;
	  border-radius: 2px 0 0 2px;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  height: 32px;
	  outline: none;
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }
@media (max-width:600px){
	.selector-control {
		width: 100px;
	}
}

/*DIV leyenda*/
@media (orientation: landscape){
#leyenda {
    width:15em;
  }
.accordion-menu {
	width: 13em;
 }  
.dropdownlink {
	font-size: 1.5em;	
 }
.submenuItems a {
  font-size: 1.5em; 
}
}
@media (orientation: portrait){
#leyenda {
    width:12em;
  }
.accordion-menu {
	width: 10em;
  }  
.dropdownlink {
	font-size: 1em;	
 }
.submenuItems a {
  font-size: 1em; 
}
}

#leyenda {
		
        font-family: Arial, sans-serif;
        background: #FBF7F7;
        padding: 0px;
        margin: 10px 10px 10px 10px;
        border: 1px solid #000;
		border-radius: 10px;
      }
      #leyenda h3 {
        margin-top: 0;
      }
      #leyenda img {
        vertical-align: middle;
      }
ul {
  list-style: none;
  position:relative;
}

a {
  text-decoration: none;
}

h2 {
  text-align: center;
  margin: 20px auto;
  color: #fff;
}

.accordion-menu {  
  max-width: 350px;
  margin: 10px;
  padding: 0px;
  background: #fff;
  border-radius: 4px;  
}
.accordion-menu li.open .dropdownlink {
  color: #a6a6a6;
  .fa-chevron-down {
    transform: rotate(180deg);
  }
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}
.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  i {
    position: absolute;
    top: 17px;
    left: 16px;
  }
  .fa-chevron-down {
    right: 12px;
    left: auto;
  }
}

.submenuItems {
  display: none;
  background: #cec2ac;
  padding: 10px;
  li {
    border-bottom: 1px solid #B6B6B6;
  }
}

.submenuItems li img {
	position: relative;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	color:black;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 10px 0px 10px 0px;
  transition: all 0.4s ease-out;
  &:hover {
    background-color: #787878;
    color: #fff;
  }
}