/*PLANTILLA 3*/
/*3 divs alineados verticalmente: contenedor1, contenedor2 y contenedor3*/
/*El div contenedor1 incluye un único div: libro, donde se reflejarán: título, autor,...*/
/*El div contenedor2 incluye tres divs: contenedor12 (antiguo texto en estilo1.css y estilo2.css), contenedor22 y uno en desuso (contendor2.3)*/
/*El div contenedor22 incluye 6 divs: 
<div id="googlemap">
  <div id="busquedaDIV">
  <div id="selectorDIV">
<div id="afiliacion">
<div id="divreco">
<div id="divlibro">*/
/*El div pie incluye lista de 3 elementos alineadas horizontalmente*/


body {
    overflow-x: hidden;
    background-color:rgba(238,239,241)!important;
}

nav {
	background-color:rgba(238,239,241,0.3)!important;
}

#myNavbar a {
	background-color:rgba(238,239,241,0.9)!important;
}
.contenedor {						
	
			}
#contenedor1 {
    vertical-align: top;
    background-color: rgba(238,239,241,0.5);
						 }
#contenedor2 {
    vertical-align: middle;
						 }
#contenedor3 {
    vertical-align: bottom;
						 }

/* CREACIÓN DE MENÚ HORIZONTAL sobre la imagen
Explicado más abajo, en .ulpie*/

/*DIV(contenedor1).DIV(cabecera)*/
#cabecera {
    top: 0%;
    left: 0px;
    height: auto;
}

.textocabecera {
	text-align: center;
	vertical-align:central;
	text-transform: uppercase;
	font-family:"din_condensed_web",Arial,sans-serif;
	letter-spacing:15px;
	font-size:2vw;
	font-weight:300;
	color:#9e9e9e;
	background-color: rgba(184,184,187,0.5)!important;
}
@media (max-width:600px){
	.textocabecera{
		font-size:15px;
		letter-spacing:2px;
		}		
    }

.textoarchivo {
	text-align: center;
	vertical-align:central;
	font-family:"din_condensed_web",Arial,sans-serif;	
	color: black;
}
 
#cabecera ul {
	background: none;
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
#cabecera ul li {
	float: left;	
}
		
#cabecera li a {
	height:50px;
	color: black;
	display: block;
	padding: 0.3em;
	text-decoration: none;
	border-left: none;
	border-right: none;
}

/*DIV #contenedor12*/
#contenedor12 {}
/*Para evitar que el texto aparezca, si es muy largo,
debajo del pie, establezco overflow: hidden*/
.textotexto {
	text-align: justify;
	font-family:"din_condensed_web",Arial,sans-serif;
	letter-spacing:3px;			
	font-weight:300;
	overflow: hidden;
	font-size:1.5em;	
    }
@media (max-width:600px){
	.textotexto{
		font-size:15px;
		letter-spacing:2px;
		}		
    }

/*DIV #contenedor2.2*/
#contenedor22 {
    width: 100%;
    padding: 2vw   
				}
/*DIV #contenedor2.3*/
#contenedor23 {
    width: 100%;
    padding: 2vw;
				}	
		
.ulmap {
  background: none;
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ulmap li {
  float: left;
  width: 50%;
}

/*DIV #googlemap*/ 
#googlemap {
  float:left;
  left: 0px;
  height: 720px;
  width: 100%;
  z-index: 0;
}
.googft-info-window {
	height: 500px;
	width: 300px;
	top: 0;
	left:0;
	background-color: #FBF7F7;
	overflow-x:hidden;
	overflow-y: auto;
	font-family: "ApercuRegular",Arial,sans-serif;letter-spacing: 0.05rem;
	}


#busquedaDIV {
  position:absolute;  
  margin-left: 5px;
  margin-top: 10px;
  z-index: 1;
}
#busqueda {
  background-color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 200px;
  z-index: 1;
  margin-top: 10px;
  margin-left: 10px;
  
  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);
}

/*Mapcontrol*/
#selectorDIV {
  position:absolute;
  top: 150px !important;/*añado !importante para que el agente (¿?) no me aplique un valor "automáticamente"*/
  margin-left: 10px;
  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);
    }

/*DIV #afiliación*/
#afiliacion {  
			}
			
.textoafiliacion {
  margin:0;
  text-align: center;
  font-family:"din_condensed_web",Arial,sans-serif;
  letter-spacing:1px;
  font-size:1.0em;
  font-weight:300;
  color: black;
  background-color: none;
  overflow: hidden;
			}

/*TABLAS*/
/*Incluyo margin:auto para centrar las tablas en sus respectivos divs.*/
table {
	/*ATENCIÓN! Los estilos están en linea para que se correspondan con el divreco del archivo libro.js*/
}
th {
  height: 10px;
}

/*DIV #divlibro*/
#divlibro {  
 			}
#divlibro table th {
	text-align: left;	
}
@media (max-width:600px){
	#divlibro {padding: 2vw}
      }

/*DIV #divreco*/
#divreco {  
  position: absolute;
  margin-left: 10px;
  margin-top: 45px;
  z-index: 1;
	     }
#divreco div {  
  /*Color con gradación
  background:linear-gradient(top, white, #e2dac2);
  background:-webkit-linear-gradient(top, white, #e2dac2);
  background:-moz-linear-gradient(top, white, #e2dac2);
  background:-o-linear-gradient(top, white, #e2dac2);
  background:-ms-linear-gradient(top, white, #e2dac2);*/
 		 }
@media (max-width:600px){th {height: 3px}
	#selectorDIV{top: 105px !important;/*añado !importante para que el agente (¿?) no me aplique un valor "automáticamente"*/}
	#divreco_tit{height: 0px}
      }
.atrib a {		
	color:cornflowerblue !important;
	text-decoration: underline;
}
/*DIV contenedor2.3*/

/*DIV #pie*/  
#pie {
    left: 0px;
    height: auto;
	 }
		 
.textopie {
	text-align: justify;
	font-family:"din_condensed_web",Arial,sans-serif;
	letter-spacing:3px;			
	font-weight:300;
	overflow: hidden;
	font-size:1.5em;
	color: #757575;
          }

/*Aplicar estilos a los enlaces: añadir un espacio de relleno 
y eliminar subrayado de vínculo*/

a {		
	/*padding: 0.3em;*/
	text-decoration: none;
}