/*Contiene a todos los elementos de la interfaz*/
#contenedor{
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
}
/* */
#body {
  width: 100%;
  height: 100%;
}
.body {
  width: 100%;
  height: 100%;
}
/*barra superior que contiene las tres secciones*/
#navegacion{
  float:left;
  width:50%;
  height:45px;
  background-color:blueviolet;

}
/* division que contiene el input de texto y el boton de  busqueda*/
#buscar{
  background-color: white;
  height:90px;
  width: 290px;
  padding-left: 10px;
}
/*muestra el nombre de las capas   que se trae del geoserver*/
#res_busqueda{
  background-color: white;
  top: 0px;
  bottom: 40px;
  position: absolute;
  float: left;
  /*  overflow: auto;*/
  width: 100%;
  padding: 0px;
}
/*contenedor de los metadatos*/
#metadatos {
  float:left;
  width:25%;
  height: 45px;
  border: 1px solid #000;
}
/*contenedor del mapa*/
#map{
  /*margin-top: -50px;*/
  width: 100%;
  height: 50%;
  position: absolute;
  margin: 0px 0px 0px 0px;
  /*  //float:left;*/
}
.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint {
  visibility:hidden;
}
/*contiene losradiobuttons y el nombre de las capas bases */
#capas_base {
  background: white;
  height:250px;
  width: 290px;
  padding-left: 10px;

}
/* contenedor de..?*/
#versatile{
  position:relative;
}
/*contenedor  al que se e aplica el togle contiene todos los divs referentes al menu de mapas */
/*#cont_capas{
    float: left;
    width: 300px;
    height: 100%;
    background: white;
    border-bottom: 2px solid #002B7A;
    border-right: 2px solid #002B7A;
}*/
#cont_capas{
  width: 350px;
  max-width: 35%;
  min-height: 475px;
  min-width: 300px;
  overflow: hidden;
  background: white;
  box-shadow: 1px 1px 20px #818585;
  top: 40px;
  position: relative;
  float: right;
  z-index: 10;
  color: #000;
}

#logo{
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1005;
  right: 45px;
  bottom: 100px;
  opacity: 0.75;
}

.spanImage{ 
  margin-right: 3px;
}
/*#label{
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1000;
  left: 10px;
}*/
.label-simbology{
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1000;
  left: 25px;
  bottom: 80px;
  text-shadow: 1px 1px 0 white, -1px -1px white, 1px -1px white, -1px 1px white, 0 1px white, 1px 0 white, -1px 0 white, 0 -1px white;
}
#blank-banner2{
  background-color: #f66a0b;
  color: white;
  height: 40px;
  position: relative;
  float: left;
  /*  right: 0;
    top: 0;*/
  width: 100%;
  /*  max-width: 35%;
    min-width: 300px;*/
  overflow: hidden;
  z-index: 10000;
  /*  border-left: 1px solid #bbb;*/
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  box-shadow: 1px 1px 20px #818585;
  border-top: 1px solid #db5d09;
}
#blank-banner{
  display: none;
  background-color: #f66a0b;
  color: white;
  height: 40px;
  position: relative;
  float: left;
  /*  right: 0;
    top: 0;*/
  width: 100%;
  /*  max-width: 35%;
    min-width: 300px;*/
  overflow: hidden;
  z-index: 10000;
  /*    border-left: 1px solid #bbb;*/
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  box-shadow: 1px 1px 20px #818585;
  border-top: 1px solid #db5d09;
}
#blank-banner0{
  display: block;
  background-color: #F66A0B;
  color: #FFF;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 350px;
  max-width: 35%;
  min-width: 300px;
  /*    overflow: hidden;*/
  z-index: 1000;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.section-title{
  background-color: #f66a0b;
  width: 100%;
  padding: 10px 0 10px 0 ;
  position: relative;
  float: left;
  height: 20px;
  z-index: 1000;
}
/*.ui-state-default .ui-icon {
  background-image: none !important;

}
.ui-icon, .ui-widget-content .ui-icon {
  background-image: none !important;
}*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  /*    border: none;*/
}
.ui-icon-circle-close{
  background-image: url("../../img/close_3.png") !important;
}
.shadow-title{
  box-shadow: 0 5px 5px #bbb;
}
#base-layers-container{
  float: left;
  position: absolute;
  top:70px;
  bottom: 0px;
  width: 100%;
  padding: 0 5px;

}
#title-container-0{
  position: absolute;
  top:-20px;
  z-index: 100000;
  border-left: 1px solid #bbb;
  border-bottom: none;
  border-top: none;
  border-right: none;
}
.up-arrow-background{
  background-image: url("../../img/imagesMenu/flecha_up.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  cursor: pointer;

}
.down-arrow-background{
  background-image: url("../../img/imagesMenu/flecha.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#card_title{
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 11px;
}
.underline-title{
  border-bottom:solid 1px #aaa;
}
#card_image{
  /*  float: left;
    position: relative;*/
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
#car_img_container{
  position: relative;
  float: left;
  width: 100%;
}
/*#footer{
  width: 400px;
  height: 50px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  background-color: #F66A0B;
}*/