/* CSS Document */
html, body {  
height:100%;  
margin:0;  
 }  
body {  
 position:relative;  
min-width:700px;  
min-height:500px; 
background-image: url(img/fondo_page3.jpg);
}  
 #contenido {  
position:absolute;  
width:700px;  
height:500px;  
 top:50%;  
left:50%;  
margin-top:-250px;  
margin-left:-350px;  
 }  
 .Estilo1 {color: #0000FF}

