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

.clear {
  clear:both;
  }

body{
  background:url(../img/degradado.png),rgba(0,0,0,0.1);
  background-repeat:repeat-x;
  }

#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;
  }

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



#decimo_navidad{
  display : table;
  border:0px dotted grey;
  height: 100px;
  width: 170px;
  background: url(../img/decimo-navidad-2015.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}
  
  
#menu_lateral{
  background:url(../img/degradadoMenuLateral.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: 260px;
  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.active  { color: black; } 

  
.icono_menu{
  border:0px dotted grey;
  height: 30px;
  width: 40px;
  float:left;
  }
  
  
#img_index{
  background: url(../img/index.png);
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_alacarte{
  background: url(../img/alacarte.png);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_gnotravex{
  background: url(../img/gnotravex.png);
  background-size: auto 70%;
  background-position: center center;  
  background-repeat: no-repeat;
  }
  
#img_keurocalc{
  background: url(../img/keurocalc.png);
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_document-import{
  background: url(../img/document-import.png);
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_decimito{
  background: url(../img/decimito.png);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
#img_beer{
  background: url(../img/beer.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: 60px;
  width: 180px;
  top: auto;
  bottom: 1em;
  left: 30px;
  }

#pie{
  padding-left:10px;
  padding-top: 25px;
  text-align: left;
  }

#img_openlogo-nd{
  height: 40px;
  width: 40px;
  border:0px dotted grey;
  background: url(../img/openlogo-nd.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  }  
  

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

section ul li{
  display: block;
}

.secciones{
  padding-right: 15%;
  }
  
