select{
  position: fixed;
  top: 1px;
  left: 35px;
  }


.clear {
  clear:both;
  }

.separaLineas li {
   margin-bottom: 20px;
   }

body{
  background:url(../img/degradadoAzul1.png),rgba(0,0,0,0.1);
  background-repeat:repeat-x;
  /*background-color: blue;*/
  }
  
#contenedor{
  border:0px dotted red;
  overflow: auto;
  position: fixed;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  padding: 2em;
  height: auto;
  width: auto;
  }


  
h1,h2,h3,h4,h5,h6{
  margin: 0px;
  padding: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
  }
  
#titulo{
  text-align: left;
  }

#titulo h1{
  margin-top: 5px;
  margin-bottom: 5px;
  }

#subtitulo{
  text-align: left;
  }  



header{
  border:0px dotted green;
  overflow: auto;
  position: fixed;
  width: 80%;
  height: 140px;
  }



#img_refugio{
  border:0px dotted red;
  height: 100px;
  width: 220px;
  background: url(../img/refugio-medium.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  }
  
#img_monterrubio{
  border: 0px dotted red;
  height: 50%;
  width: 100%;
  background: url(../img/vistaMonterrubio.jpg);
 /* background-size: auto 100%; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0px;
  }


#img_arbolMonterrubio{
  border: 0px dotted red;
  cursor: pointer;
  // display: block;
  height: 100px;
  width: 150px;
  background: url(../img/arbolGenealogicoMonterrubio.png);
  background-size: auto 100%; 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  margin-left: 1em;
  margin-right: 2em;
  margin-bottom:0.5em;
  }


  
#menu_lateral{
  background:url(../img/degradadoMenuLateralAzul.png);
  background-repeat:repeat-y;
  border:0px dotted grey;
  z-index: 10;
  overflow: auto;
  position: absolute;
  margin: 0px;
  font-size: 90%; /*smaller*/
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  top: 200px;
  left: 30px;
  width: 180px;
  height: 290px;
  padding-top: 10px;
  }
  
  
#menu_lateral ul{
  list-style-type:none;
  padding:0;
  margin:0px;
  }
  
#menu_lateral a{
  text-decoration:none;
  display: block; 
  outline: 0;
  margin-right: 10px; 
  margin-left: 40px;
  padding: 5px;
  margin-top: 5px;
  text-align: left;
  transition: all 1s;
  }
  
#menu_lateral a:link    { text-decoration: none; color: white; }
#menu_lateral a:visited { text-decoration: none; color: white; } 
/*#menu_lateral a:hover   { background-color: darkgrey; color: white; }*/
#menu_lateral a:hover   { background-color: CornflowerBlue; color: white; }
#menu_lateral a.active  { color: black; } 

  
.icono_menu{
  border:0px dotted grey;
  height: 25px;
  width: 40px;
  float:left;
  }
  
  
#img_index{
  background: url(../img/index.png);
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_galeriaImg{
  background: url(../img/kphotoalbum.png);
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  }

#img_fiestas{
  background: url(../img/gbirthday.png);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_rutas{
  background: url(../img/draw-bezier-curves.png);
  background-size: auto 80%;
  background-position: center center;  
  background-repeat: no-repeat;
  }
  
#img_enlaces{
  background: url(../img/document-import.png);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
  
#img_situacion{
  background: url(../img/marble.png);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_tradiciones{
  background: url(../img/botijo.png);
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  }

#img_genealogia{
  background: url(../img/gramps.png);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  }

#img_contacto{
  background: url(../img/mail1.png);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
 
  
footer {
  border: 0px dotted grey;
  overflow: auto;
  position: absolute;
  margin: 0px;
  height: 100px;
  width: 180px;
  top: auto;
  bottom: 1px;
  left: 30px;
  }

#pie{
  border: 0px dotted blue;
  margin-left: 0em;
  margin-top: 3em;
  padding-left: 0em;
  padding-top: 0em;
  font-size: 80%; /*smaller*/
  text-align: center;
  width: 9em;
  float: right;
  }

#pie a {
  display: inline;
  outline: 0;
  margin-bottom: 0em;
}

#pie h5{
  margin: 0px;
  padding: 0px;
  }

#logoPie{
  border: 0px dotted grey;
  height: 60px;
  width: 40px;
  background: url(../img/escudoMonterrubio1.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  float: left;
  margin-left: 1em;
  margin-top: 1em;
  }
  
.negrita {
  font-weight: bold;
  }


section p{
  border: 0px dotted blue;
  display: block;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  }

section{
  border: 0px dotted yellow;
  display: block;
  overflow: auto;
  padding-top: 0.1em;
  padding-left: 2em;
  position: absolute;
  left: 215px;
  top: 200px;
  margin-right: 0px;
  right: 0;
  bottom: 0;
  }  
  


.secciones{
  padding-right: 15%;
  }
 

section{ 
   background-image: url('../img/');
   background-repeat: no-repeat;
   background-size: cover;
   background-position:center;
  }

