
#contenedor
{
  position:absolute;
  top: 20%;
  left: 8%;
  background-color:#E6E6E6;
  width: 85%;
  height: 325px
}

#contenido
{
  position:absolute;
  top: 22px;
  width:100%
}

.menu
{
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  color: #000000;
  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: 25%;
  width: 74.9%;
}

table
{
   table-layout:fixed;
   border-collapse:collapse;
   border-style:hidden
}

td {padding:0;}

img
{
vertical-align:top;
}

.p
{
position: absolute;
top: 305px;
right: 10px;
font-family: "verdana", Arial, sans-serif;
font-size: 7pt;
color:#707070;
}


a:link,a:active,a:hover,a:visited
{
  text-decoration:none;
  font-family: "verdana", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  color:#ebebeb
}


