/* CSS Document */
a {color:#3C3417;}
a:link {text-decoration:underline; }
a:hover {text-decoration:none; }
body {
	background-image: url(../archivos_graficos/fondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.addressBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #685C28;
}
.newsIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #685C28;
	padding: 2px;
}
.separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCB83;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #685C28;
	padding: 2px;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.reservation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #695413;
	letter-spacing: 2px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030100;
}
.blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.beachBlack {
	background-attachment: fixed;
	background-image: url(../images/backgrounds/beach01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.beachGreen {
	background-attachment: fixed;
	background-image: url(../images/backgrounds/beach02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3417;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.contentBox {
	border: 1px solid #DCCB83;
	background-color: #FCF9E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3417;
}
.box {
	border: 1px solid #000000;
}
li {
	list-style-type: square;
}
.red {color: #FF0000}
