@charset "utf-8";
body {
	  margin:0px;
	  padding:0px;
	  background-image:url(../images/Grafico_Fondo_Web.png);
	  background-repeat:repeat-x;
	  background-position:top;
      }

#linea        
	{
	width: 100%;
	position: absolute;
	text-align: center;
	overflow: visible;
	}

#caja    
	{
	position: absolute;
	width: 60%;
	height: 60%;
	left: 20%;
	  
}
