.contenedor {
  position:absolute;
  border: solid 0px #E6E6E6;
  top: 20%;
  left: 5%;
  background-color:#E6E6E6;
  width: 89%;
  height: 325px;
  }

.menu {
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  color: #E6E6E6;
  position: absolute;
  border: solid 0px #E6E6E6;
  top: 19px;
  left: 0px;
  background-color: #E6E6E6;
}


.imagenes {
  font-family: "verdana", Arial, sans-serif;
  font-size: 7.5pt;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1pt;
  background-color: #ffffff;
  border: 0px solid #E6E6E6;
  color: #6E6E6E;
  position: absolute;
  top: 20px;
  left: 18.5%;
  height: 296px;
  width:55%;
  overflow: scroll;
  scrollbar-arrow-color: #828282;
  scrollbar-track-color: #E6E6E6; 
  scrollbar-face-color: #E6E6E6; 
  scrollbar-shadow-color: #E6E6E6;
  scrollbar-darkshadow-color: #E6E6E6;
  scrollbar-3dlight-color: #E6E6E6;    
  scrollbar-highlight-color: #E6E6E6;      
}

.texto {
  position: absolute;
  background-color: #828282;
  top: 20px;
  left: 73.5%;
  height: 276px;
  color:#E0E0E0; 
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1pt;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
 }
 
 
 p.logo{
 position: absolute;
  float: left;
  top: 243px;
  left: 2%;
 }
 


a:link {text-decoration: none;
        color: #ebebeb; }
a:active {text-decoration: none;
          color: #ebebeb;}
a:hover {text-decoration: none;
          color: #ebebeb; }
a:visited {text-decoration: none;
            color: #ebebeb;}




