@charset "utf-8";
/* CSS Document */

/* MAIN -------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #840000;
	color: #EFD37F;
	line-height: 150%;
}

img {
	border:none;
}
p {
	
}
a, a:visited {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
form {
	margin: 0px;
	padding: 0px;	
}
label {
	margin: 0px;
	padding: 0px;	
}
text {
	margin: 0px;
	padding: 0px;	
}
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#container {
	width: 884px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/conteiner-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#container_inner {
	width: 868px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 500px;
	background-image: url(../images/conteiner-inner-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #630808;
}


#top {
	width: 100%;	
	
}
#logo_salida {
	height: 256px;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/top-logo-bg.png);
}
#logo_flash {
	height: 140px;
	width: 190px;
	margin: 0px;
	padding-top: 68px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 220px;
}
#lang_menu {
	position: absolute;
	top: 20px;
	right: 50px;
	
}
#lang_menu ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#lang_menu ul li {
	float: left;
	margin-right: 10px;
	
}
#lang_menu ul li a, #lang_menu ul li a:visited {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	
}
#lang_menu ul li a:hover {
	color: #EBBD02;
	text-decoration: none;
	
}

#main_menu {
	height: 74px;
	width: 771px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#main_menu .first {
	background-image: none;	
}
#main_menu ul {
	list-style: none;
	position: relative;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 44px;
}
#main_menu ul li {
	background-image: url(../images/menu-divider.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-right: 16px;
	padding-top: 12px;
	display: inline;
	padding-bottom: 20px;
}
#main_menu ul li a, #main_menu ul li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #EBBD02;
	font-weight: bold;
}
#main_menu ul li a:hover {
	color: #FFF;
	text-decoration: none;	
}

#main_menu_flash {
	display: none;
	height: 46px;
	width: 760px;
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}


#gallery {
	padding: 0px;
	height: 392px;
	width: 618px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#gallery_over {
	background-image: url(../images/gallery-bg-new.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 392px;
	width: 578px;
	position: absolute;
	left: 20px;
	top: 1px;
	z-index: 2000;
}
#gallery_bigpic {
	position: absolute;
	left: 34px;
	top: 14px;
}
#gallery_arrow_left {
	position: absolute;
	left: 0px;
	top: 200px;
	overflow: hidden;
	height: 20px;
	width: 20px;
}
#gallery_arrow_left a img, #gallery_arrow_left a:visited img {
	margin-top: 0px;	
}
#gallery_arrow_left a:hover img {
	margin-top: -20px;	
}

#gallery_arrow_right {
	position: absolute;
	right: 0px;
	top: 200px;
	overflow: hidden;
	height: 20px;
	width: 20px;
}
#gallery_arrow_right a img, #gallery_arrow_right a:visited img {
	margin-top: 0px;	
}
#gallery_arrow_right a:hover img {
	margin-top: -20px;	
}
#banner_frame {
	position: relative;
	padding: 0px;
	width: 550px;
	height: 366px;
	overflow: hidden;
	margin: 0px;
}
#banner_frame ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#banner_frame ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	
}
#banner_frame1 ul li img {
	height: 366px;
	width: 550px;
	
}
.gallery_thumbs img {	
	cursor: pointer;
}

/* CONTENT -------------------------------------------------------------*/
.content {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	width: 761px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content_body {
	width: 580px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.content_body h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	margin-left: -30px;
}
.content_body p {

}
.content_hr {
	height: 1px;
	width: 761px;
	padding: 0px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/content_hr.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.content_hr_top {
	height: 37px;
	width: 718px;
	padding: 0px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/content_hr_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.table_price {
	border: 1px solid #EFD37F;	
}
.table_price_th {
	background-color: #EFD37F;
	color: #630808;
}
.table_price_td2 {
	background-color: #9c5938;
}
.form_line {
	width: 100%;
	clear: both;
}
.form_label {
	float: left;
	width: 110px;
	height: 26px;
}
.form_box {
	float: left;
	width: 200px;
	background-color: #EFD37F;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #9c5938;
}
.form_button {
	float: left;
	background-color: #EFD37F;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #9c5938;
	font-weight: bold;
	height: 26px;
}
.content_form_no_data {
	border: 1px dashed #000;	
}
#footer {
	font-size: 80%;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 40px;
}
#developed {
	width: 45%;
	float: left;
}
#developed a, #developed a:visited {
	color: #C19B02;
}
#developed a:hover {
	
}
#copyright {
	float: right;
	width: 45%;
	text-align: right;
	color: #C19B02;
}


/* MISC -------------------------------------------------------------*/
.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

