/* CSS Document */

body{
	background-color: #2E0D07;
	background-image: url(bg-body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #1E0904;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
form{
	margin: 0px;
	padding: 0px;
}
a:visited{
	color:#FF6600;
	text-decoration:none;
}
a:link{
	color:#FF6600;
	text-decoration:none;
}
a:hover{
	color:#990000;
	text-decoration: underline;

}
a:active{
	color:#FF6600;
	text-decoration:none;
}

.outlines{
	background: url(outlines-shadow.gif) repeat-y center;
}
.topshadow{
	background: url(topshadow-shadow.gif) no-repeat center top;
}
.bottomshadow{
	background: url(bottomshadow-shadow.gif) no-repeat center top;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
.ttpic{
	background: url(ico-image.gif) no-repeat left center;
	padding: 1px 0px 0px 20px;
	color:#666666;
}	
.header{
	height: 98px;
	background: url(bg-header.jpg) no-repeat;
}
.mainmenu{
	width: 170px;
	background: #8A3820;
	border-right: #EB9D14 solid 4px;
	padding: 6px;
}
.central_reservas{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#EB9D14;
	text-align:center;
}
.context{
	background: #FFFFFF url(bg-context.gif) repeat-x;
	padding: 8px;
	text-align: justify;
}
.dateinfo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:11px;
	line-height: 16px;
}
.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height: 16px;
	background: url(bg-h1.gif) repeat-x left 40px;
}
.fotogallery{
	border:#000000 solid 1px;
}
.pageview{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #8A4C03;
}
.footer{
	height: 44px;
}
.footer_info{
	padding-top: 5px;
	color: #8A4C03;
	text-align:center;
}
input, select, textarea, option{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

