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

#container
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 790px;
	/*background-color:#3399FF;*/
	background-color: #000000;
}

#header
{
	/*
	background-image:  url("../img/headermain.png");
	background-position: left top;
	background-repeat: no-repeat;
	*/
	width: 790px;
	height: 124px;
	
}

#menu
{
	background: black;
	width: 790px;
	height: 24px;
}

#content
{
	border: 0px solid red;
}


.boton
{
 	float: left;
	height: 24px;
}

#notfound
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #FFFFFF;

	background-image:  url("../img/nosotros/fondo.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	
	height:480px;	
	
	padding: 80px;
}
