body
{
	background-image: url("imagenes/fondo1.png"); 
	background-repeat: repeat-x;
	background-position: 0px -120px; 
    
}
#header
{
	clear:both;
	padding:20px;
	overflow: hidden;

}

#logo
{
	width: 101px;
	height:150px;
	float: left;
	background-image: url("imagenes/logonuevo.png"); 
	background-repeat: no-repeat;
	overflow: hidden;
}

#titulo
{
	float:right;
	width:200px;
	overflow: hidden;
	text-align: left;
}

#navegacion
{
	text-align:center;
}

#contenido
{
	margin:0 auto;
	width:800px;
}

#footer
{
	background-image: url("imagenes/fondo2.png"); 
	background-repeat: repeat-x; 
	height:280px;
	text-align:center;
}

