body {
	background: url(../img/fondo_portada.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
}
h1{display: none;}

#contenbedor{
	/*width: 200px;  418*/
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#contenedor #menu{
	width: 828px;
	text-align:right;
	margin-top:165px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
#contenedor #menu ul{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	}
#contenedor #menu li{
	display: inline;
	list-style-type: none;
	padding: 0 3px 0 8px;
	}
#contenedor #menu a{
	text-decoration: none;
	color: #000;
	background-image: url(../img/icon_menuportada.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 3px 8px;
	}
#contenedor #menu a:hover{
	text-decoration: none;
	color: #ec5609;
	}

