html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-color: #DBE8ED;
	background-image:url(images/fondo2.jpg);
	background-repeat:repeat-x;
	height:768px;
}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{
	height: 210px;
	background-image: url(images/header.jpg);
}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{
}
div#container{
	width:1024px;
	margin:0 auto;
	background-image:url(images/fondo.jpg);
	background-repeat:no-repeat;
}
div#content{
	float:left;
	width:495px
}
div#navigation{
	float:right;
	width:529px
}
div#extra{
	float:left;
	width:494px;
	height: 307px;
	background-image: url(images/casa.jpg);
	clear: both;
}
div#footer{
	clear:both;
	width:100%;
	height: 112px;
}

