/* CSS Document */

body
{
	width: 820px;
	margin-left: auto;
	margin-right: auto;

}

.encabezado 
{
	 background: URL("encabezado.jpg");
	 height:110px;
	 width: 810px;
}

.cuerpo
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	width:800px;
}

.pie
{
	 background: URL("pie.jpg");
	 height:100px;
	 width: 800px;
}
