div.marcoppal
{
        border-radius:10px;
   -moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
/* Otros estilos */
   border:0px;
   background: ;
   padding:5px;
   margin:0 auto 0 auto;
   position: relative;
   top:    30px;
   width:  755px;
   height: 605px;
   text-align: center;
}
/***************************************************/
div.marcoacces
{
        border-radius:10px;
   -moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
/* Otros estilos */
   border:1px solid #848484;
   background:#D8D8D8;
   padding:5px;
   margin:0 auto 0 auto;
   position: relative;
   top:    100px;
   width:  300px;
   height: 210px;
   text-align: center;
}