body{
	background: url(imagenes/background.jpg) repeat-x;
}

#pagina{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 800px;
	height: 253px;
	background-image: url(imagenes/header.jpg);
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: silver;
}

#menu {
	width: 800px;
	height: 26px;
	background-color: #8e8e8e;
}

#menus {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menus li {
	padding:0;
	float:left;
}

#menus li a {
	display: block;
	width:160px;
	height: 26px;
	text-decoration:none;
	text-align:center;
	color: #fff;
	}

#menus li a:hover {
	color:#000000;
	background-position:bottom; //Aqui muestro la parte de abajo de la imagen
}

#menus li a span {
	display: none;
}

#menus #home {
	background-image: url(imagenes/homebtn.jpg);
} 

#menus #institucional {
	background-image: url(imagenes/instibtn.jpg);
} 

#menus #clientes {
	background-image: url(imagenes/clientesbtn.jpg);
} 

#menus #proveedores {
	background-image: url(imagenes/proveedoresbtn.jpg);
} 

#menus #contactenos {
	background-image: url(imagenes/contacbtn.jpg);
} 

#contenido {
	float: left;
	width: 800px;
	height: auto;
	background-color: #004e75;
	color: white;
	text-align: left;
	
}

#texto1 {
	float: left;
	width: 800px;
	height: auto;
	text-align: center;
	color: white;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-color: #004e75;
}

#consorcios {
	float: left;
	width: auto;
	height: auto;
	text-align: left;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #004e75;
	margin-top: 10px;
	margin-left: 10px;
}


#footer {
	clear: both;
	width: 800px;
	height: 156px;
	background: url(imagenes/footer.jpg) no-repeat;
}
