.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: #E6E6E6;
}


.imagenes {
  font-family: verdana, Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1pt;
  background-color: #E6E6E6;
  color: #000000;
  position: absolute;
  top: 20px;
  left: 18.5%;
  width: 56%; 
}

.texto {
  position: absolute;
  background-color: #828282;
  top: 37px;
  left: 73%;
  width: 26.6%;
  height: 220px;
  color:#ffffff; 
  font-family: verdana, Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 7px;
  padding-bottom: 5px;
  overflow: scroll;
  scrollbar-arrow-color: #e6e6e6;
  scrollbar-track-color: #828282; 
  scrollbar-face-color: #828282; 
  scrollbar-shadow-color: #828282;
  scrollbar-darkshadow-color: #828282;
  scrollbar-3dlight-color: #828282;    
  scrollbar-highlight-color: #828282;  
 }
 

p.logo{
 position: absolute;
  float: left;
  top: 262px;
  left: 73.5%;
 }
 
p.titulo{
position: absolute;
float: left;
left:73%;
top: 20px;
width:27.1%;
height: 17px;
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:73%;
top: 250px;
width:27.1%;
height: 48.5px;
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;}




