html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

body {
	color: #CACDB0;
	background-color: #930;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
	color: #CACDB0;
	text-decoration: none;
}

a:hover {
	color: #CACDB0;
	text-decoration: none;
	text-shadow: white 0 0 4px;
}

#body {
	position: relative;
	margin-left: 0px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 1px;
	width: 397px;
	height: 138px;
	background-image: url(img/logo.png);
}
#topfoto {
	position: absolute;
	top: -2px;
	left: 696px;
	width: 275px;
	height: 183px;
	background-image: url(img/islaantigua.jpg);
	z-index: -1;
}
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 90px;
	background-image: url(img/top_bg.jpg);
	z-index: -2;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 982px;
}

#topnav {
	position: absolute;
	top: 129px;
	width: 970px;
	height: -21px;
	right: 11px;
	font-size: 13px;
	text-align: center;
	padding-top: 30px;
}

#flaprincipal {
	position: absolute;
	top: 184px;
	left: -1px;
	width: 970px;
	height: 847px;
	font-size: 12px;
}

#contenido {
	position: absolute;
	top: 550px;
	left: 0px;
	width: 982px;
	height: 322px;
	background-image: url(img/bg_contenido.jpg);
}

#footercontenido {
	position: absolute;
	top: 1084px;
	width: 572px;
	height: 185px;
	right: -2px;
	z-index: 1;
	line-height: 20px;
}

#footerlogo {
	position: absolute;
	top: 670px;
	width: 156px;
	height: 68px;
	right: 35px;
	float: right;
	text-align: right;
}

#footerbg {
	width: 100%;
	height: 163px;
	z-index: -2;
	bottom: 0;
	position: fixed;
}

#footerbgnubes {
	position: absolute;
	width: 100%;
	height: 123px;
	z-index: 3;
	background: url(img/nubes.png) repeat-x;
	top: 0px;
}

#footerimages {
	position: absolute;
	width: 1016px;
	height: 369px;
	top: 900px;
	right: 400px;
}

#nav {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 200px;
	height: 230px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 20px;
}

#nav2 {
	position: absolute;
	top: 560px;
	left: 250px;
	width: 200px;
	height: 230px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 20px;
}

#nav3 {
	position: absolute;
	top: 560px;
	left: 500px;
	width: 200px;
	height: 230px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 20px;
}

#nav4 {
	position: absolute;
	top: 609px;
	left: 165px;
	width: 780px;
	height: 75px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 20px;
}

#imgnav {
	position: absolute;
	top: 182px;
	left: 116px;
	width: 685px;
	height: 19px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 30px;
	padding-left: 30px;
	background: url(img/sombradownside.png) no-repeat;
}

#imgnav2 {
	position: absolute;
	top: 149px;
	left: 118px;
	width: 685px;
	height: 19px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 30px;
	padding-left: 30px;
	background: url(img/sombradownside.png) no-repeat;
	z-index: 2;
}

#imgnav3 {
	position: absolute;
	top: 122px;
	left: 124px;
	width: 728px;
	height: 13px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 20px;
	background: url(img/PHOTO.png) no-repeat;
}

#imgnav4 {
	position: absolute;
	top: 730px;
	left: 790px;
	width: 170px;
	height: 120px;
	direction: ltr;
	white-space: normal;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 20px;
	background: url(img/silla.png) no-repeat;
}

.titulo2 {
	color: #cccccc;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}

.textofooter {
	color: #eeeeee;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
}

.titulo3 {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	line-height: 20px;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(img/bullet.png);
background-repeat: no-repeat;
background-position: 0 .45em;
	padding-left: 1.3em;
}

