.contenedor {
  position:absolute;
  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;
  top: 20px;
  left: 0px;
  background-color: #E6E6E6;
}


.imagenes {
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1pt;
  background-color: #E6E6E6;
  color: #000000;
  position: absolute;
  height: 297px;
  width: 55%;
  top: 20px;
  left: 18.5%;
  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: 40px;
  left: 73.5%;
  width: 26.5%;
  height: 228px;
  padding-top: 7pt;
  padding-bottom: 5pt;
  color:#E0E0E0; 
  font-family: verdana, Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  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: 267px;
  left: 73.5%;
 }
 
p.titulo{
position: absolute;
float: left;
left:73.5%;
top: 20px;
width:26.5%;
height: 20px;
background-color: #a1a1a1;
font-family: verdana, Arial, sans-serif;
font-size: 13px;
font-weight: 700;
color: #fafafa;
text-align: right;
vertical-align: middle;
}
 
 
 
#alta{ color: #D9D9D9;
      background-color: #660000;
      }
      
#apartamentos{ color: #D9D9D9;
      background-color: #a30000;
      }
      
#titular{ color: #FFFFFF;
          background-color: #999999;}


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;}




