/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: black;
}


#container
{
width: 800px;
margin-left: auto;
margin-right: auto;

}

#header
{

	background-image: url("../img/cabecera.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	width: 800px;
	height: 163px;
	margin: 0px;
	padding: 0px;

}


#content
{

	background-color: black;

	
}


#footer
{
	background-image: url("../img/foot.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;

	width: 800px;
	height: 60px;	
	
	/*background-color: red;*/

	font-family: Verdana;
	font-size: 11px;
	color: white;

	text-align: center;
}



#footer div
{
	padding-top: 10px;
}



.fake
{
	clear: both;
	height: 0px;
}

