/* CSS Document */

html {
margin : 0;
padding : 0;
      }
body {
margin :auto;
padding : 0;
background-color : #999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999;
text-align:center;
      }
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #FFF;
padding: 0;
margin: 0 0 0 0;
      }
a:link {
color : #FFF;
      }
a:visited {
color : #FFF;
      }
a:hover {
color : #CD001D;
      }
a:active {
color : #FFF;
      }
a:active, a:hover, a:visited, a:link {
text-decoration : none;
font-weight: bold;
padding : 0;
margin : 0;
      }	  


/* estructura */

	
#contenedor {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 760px;
     height: 540px;
     margin-top: -270px; /* half of the height */
     margin-left: -380px; /* half of the width */
     }


