.contenedor {
  position:absolute;
  border: solid 0px #E6E6E6;
  top: 20%;
  left: 5%;
  background-color:#E6E6E6;
  width: 90%;
  height: 325px;
  }

.menu {
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: right;
  color: #E6E6E6;
  position: absolute;
  border: solid 1px #E6E6E6;
  top: 19px;
  left: 0px;
  background-color: transparent;
}


.imagenes {
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1pt;
  background-color: transparent;
  border: 0px solid #E6E6E6;
  color: #000000;
  position: absolute;
  top: 20px;
  left: 18.5%;
  width: 55%;
   
}

.texto {
  position: absolute;
  background-color: #828282;
  top: 20px;
  left: 73.5%;
  height: 280px;
  color:#E0E0E0; 
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: bold;
  text-align: justify;
  letter-spacing: 1pt;
  padding-left: 7px;
  
 }
 


p.logo{
 position: absolute;
  float: left;
  top: 245px;
  left: 1.5%;
 }
 

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;}



