/* CSS Document */
body {          
	  margin:0px;
	  padding:0px;
	  background-color: #69829c;
      }
#capa_superior        
	{
	width: 100%;
	position: absolute;
	top: 0;
	height: 50%;	
	background-color: #69829c;
	}
	
#linea_central        
	{
	width: 100%;
	position: absolute;
	top: 50%;	
	overflow: visible;	
	}
	
#contenido_centrado    
	{
	position: absolute;
	width: 100%;
	height: 595px;
	top: -300px; /* mitad del alto */		
	}

#contenido_normal{	
    width: 100%;	
    top: 0px;	
    
}

