/* CSS Document */
BODY{
	background-color:#531634;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

H1{
	font-size: 1.8em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	word-spacing: 2px;
}

H2{
	font-size: 1.6em;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	word-spacing: 2px;
	margin-bottom: 1px;
}

H3{
	font-size: 1.4em;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: -0.3px;
	word-spacing: 2px;
	margin-bottom: 1px;
}

A{
	color:#ffbedf;
	text-decoration:underline;
}

A:hover{
	color:#FFDDFF;
	text-decoration:underline;
}

A:active{
	color:#FFCCFF;
	text-decoration:underline;
}


#contenedor{
	width:779px;
	backgroud-color:#531634;
	margin:0px;
}

/* Cabecera en espa&ntilde;ol */
#cabecera{
	position:relative;
	margin:0 auto;
	border:0px;
	padding:0px;
	width:779px;
	height:185px;
	background-color:#531634;
	background-image: url(../img/enotop.gif);
	background-repeat: no-repeat;
}

#cabecera #lang{
	position:relative;
	float: right;
	width:100%;
	font-size:0.8em;
	margin-right: 4px;
	margin-top: 4px;
}

#cabecera ul{
	float:right;
}

#cabecera li{
	float:left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 8px;
	margin-left: 8px;
}

#cabecera li a{
	display:block;
	color:#762f52;
	text-decoration:none;
}

#cabecera li a:hover{
	color:#FFCCFF;
	background-color:#762f52;
}


#clear_both{
	clear:right;
}

/* Barra de navegaci&oacute;n */
#nav_bar{
	position:relative;
	top:-20px;
	color:#bf7c9c;
	width:779px;
	text-align: center;
	display: block;
	line-height:2em;
}
#nav_bar a{
	text-decoration:none;
}
#nav_bar a:hover{
	text-decoration:underline;
}



/* Empieza zona texto intro */
#contenedor .eno_intro{
	color:#e29ebf;
	text-align:justify;
	float:none;
	position:relative;
	margin:0 auto;
	padding: 0px;
	width:779px;
	background-image: none;
}

/* Empieza zona galeria fotos */
#contenedor #gallery{
	text-align:right;
	float:none;
	position:relative;
	margin:0 auto;
	padding: 0px;
	width:510px;
	background-image: none;
}

/* Empieza zona items */
#contenedor #items{
	color:#e29ebf;
	text-align:left;
	clear:both;
	margin:0 auto;
	padding: 0px;
	width:770px;
	height:360px;
	background-image: none;
}

/* Info de contacto */
#contacto{
	position:relative;
	top:-50px;
	color:#bf7c9c;
	width:779px;
	text-align: right;
	display: block;
}

.heading{
	color:#531634;
	width:480px;
	float:right;
	margin-top: 65px;
	margin-left: 285px;
	text-align:left;
	position:absolute;
}
.heading H1{
	font-size:1.5em;
}