@charset "utf-8";
/* CSS Document */

body {
	background:#000000 url(images/bg.jpg) no-repeat fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
a {
	color: #ffcc33;
	font-weight:bold;
}
a:hover {
	color:#ff6600;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	position: relative;
}
#top {
	width: 823px;
	height:140px;
	float:left;
	background: url(images/topbanner.jpg) no-repeat fixed center top;
}

#topnav {
	float:right;
	width: 823px;
	text-align:center;
}
#topnav ul {
	margin:0px;
	padding:0px;
}
#topnav ul li {
	display:inline;
	float:left;
	list-style:none;
	margin-top:5px;
	margin-bottom: 10px;
}
#nav-inicio {
	display: block;
	width: 64px;
	height: 21px;
	background: url("images/nav-inicio.png") no-repeat 0 0;
}
#nav-inicio:hover {
	background-position: 0 -21px;
}
#nav-inicio span {
	position: absolute;
	top: -999em;
}
#nav-pt {
	display: block;
	width: 72px;
	height: 21px;
	background: url("images/nav-pt.png") no-repeat 0 0;
}
#nav-pt:hover {
	background-position: 0 -21px;
}
#nav-pt span {
	position: absolute;
	top: -999em;
}
#nav-fiestas {
	display: block;
	width: 74px;
	height: 21px;
	background: url("images/nav-fiestas.png") no-repeat 0 0;
}
#nav-fiestas:hover {
	background-position: 0 -21px;
}
#nav-fiestas span {
	position: absolute;
	top: -999em;
}
#nav-socios {
	display: block;
	width: 184px;
	height: 21px;
	background: url("images/nav-socios.png") no-repeat 0 0;
}
#nav-socios:hover {
	background-position: 0 -21px;
}
#nav-socios span {
	position: absolute;
	top: -999em;
}
#nav-faq {
	display: block;
	width: 61px;
	height: 21px;
	background: url("images/nav-faq.png") no-repeat 0 0;
}
#nav-faq:hover {
	background-position: 0 -21px;
}
#nav-faq span {
	position: absolute;
	top: -999em;
}
#nav-fotos {
	display: block;
	width: 66px;
	height: 21px;
	background: url("images/nav-fotos.png") no-repeat 0 0;
}
#nav-fotos:hover {
	background-position: 0 -21px;
}
#nav-fotos span {
	position: absolute;
	top: -999em;
}
#nav-english {
	display: block;
	width: 80px;
	height: 21px;
	background: url("images/nav-english.png") no-repeat 0 0;
}
#nav-english:hover {
	background-position: 0 -21px;
}
#nav-english span {
	position: absolute;
	top: -999em;
}
#nav-contacto {
	display: block;
	width: 100px;
	height: 21px;
	background: url("images/nav-contacto.png") no-repeat 0 0;
}
#nav-contacto:hover {
	background-position: 0 -21px;
}
#nav-contacto span {
	position: absolute;
	top: -999em;
}
#nav-amigos {
	display: block;
	width: 122px;
	height: 21px;
	background: url("images/nav-amigos.png") no-repeat 0 0;
}
#nav-amigos:hover {
	background-position: 0 -21px;
}
#nav-amigos span {
	position: absolute;
	top: -999em;
}
#ContentHome {
	float:left;
	width: 825px;

}
#ContentHome h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffcc33;
	font-style:italic;
}
#ContentHome h2 {
	font-size:16px;
	font-weight:bold;
}
#ContentHome p {
	font-size:12px;
	color: #eeeeee;
}
#Content {
	float:left;
	width: 825px;
}
#Content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#791011;
	font-style:italic;
}
#Content h2 {
	font-size:16px;
	font-weight:bold;
	color:#544646;
}
#Content p {
	font-size:12px;
	color: #666666;
}
#footer {
	float:left;
	text-align:center;
	background: url(images/footer.jpg) no-repeat fixed center bottom;
	font-family: Arial, Helvetica, sans-serif;
	width: 823px;
	height: 66px;
	font-size: 11px;
	color: #eeeeee;
}

