html {
	margin:0;
	padding:0;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url('../img/wp_damask_121.jpg');
	background-position: center top;
}


#contenedor {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:944px;
	height:715px;
	background-image: url('../img/portada.jpg');
}

#banderas {
	width:78px;
	height:76px;
	margin:0;
	padding:0;
	position:relative;
	top:40px;
	left:90px;
}

#banderas li {
	width:39px;
	height:38px;
	list-style: none;
	position:absolute;
	background:url('../img/banderas.png') 0 0 no-repeat;
	display:block;
}

#banderas a {
	display:block;
	width:38px;
	height:38px;
}

#banderas li#es {
	left: 0px;
}

#banderas li#en {
	left:39px;
	background-position: -39px 0;
}

#banderas li#es a:hover,
#banderas li#es a:active
 {
	background:url('../img/banderas.png') 0 -38px;
}

#banderas li#en a:hover,
#banderas li#en a:active {
	background:url('../img/banderas.png') -39px -38px;
}

#rotulo {
	color:#CECECE;
	position:absolute;
	top:32px;
	right:120px;
}

#menu {
	margin:0;
	padding:0;
	color:yellow;
	position:absolute;
	top: 235px;
	left:90px;
}

#menu li {
	position:relative;
	float:left;
	padding:0 15px;
	list-style:none;
}

#menu li img {
	border-style:none;
}