.contenedor {
  position:absolute;
  top: 20%;
  left: 5%;
  background-color:#E6E6E6;
  width: 92%;
  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: #E0E0E0;
  position: absolute;
  top: 20px;
  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;
  color: #000000;
  position: absolute;
  top: 20px;
  left: 18.5%;
  width: 58.8%;
   
}

.texto {
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  color: #E0E0E0;
  position: absolute;
  top: 20px;
  left: 77.3%;
  height: 280px;
  background-color: transparent;
 }
 
 p.logo{
 position: absolute;
  float: left;
  top: 252px;
  left: 0%;
 }
 
p.titulo{
position: absolute;
float: left;
left:0%;
top: 0px;
width:22.7%;
height: 18px;
color: #fafafa;
font-family: verdana, Arial, sans-serif;
font-size: 13px;
font-weight: 700;
background-color: #a1a1a1;
text-align: right;
vertical-align: middle;
}

p.barra{
position: absolute;
float: left;
left:0%;
top: 240px;
width:22.7%;
height: 40px;
background-color: #a1a1a1;

}


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;}




