/*#####################################
general styles begins
#####################################*/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	background-color: #FDFFE1;
}
#main
{
	width: 100%;
	height: 100%;
}
.limit
{
	width: 100%;
	margin: auto;
}
.max_width
{
	width: 990px;
	margin: auto;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.float_clear
{
	clear: both;
}
h1, h2, h3, h4, h5, h6, p, form, body
{
	margin: 0;
	padding: 0;
}
.icon_image
{
	margin: 0 10px 0 10px;
}
.huge_text
{
	font-family: arialblack;
	font-size: 36px;
	color: #C9CC9D;
}
.image_top
{
	height: 15px;
}
.image_bg
{
	height: 100%;
	background-color: #FFFFF4;
	border: 1px solid #EFF1CB;
	padding: 8px;
}
.image_bottom
{
	height: 15px;
}
/*#####################################
general styles ends
#####################################*/
/*#####################################
header styles begins
#####################################*/
#header
{
	width: 100%;
	height: 139px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
a.menu_link
{
	font-family: swiss721bold;
	font-size: 12px;
	color: #304619;
	text-decoration: none;
	cursor: pointer;
	visibility: hidden;
}
.menu
{
	height: 40px;
	margin-right: 30px;
}
.menu2
{
	height: 40px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	margin-right: 30px;
}
/*#####################################
header styles ends
#####################################*/
/*#####################################
content styles begins
#####################################*/
#content
{
	width: 100%;
	height: 100%;
	background-color: #FDFFE1;
}
#content #top 
{
	width: 100%;
	height: 60px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 23px;
	margin-bottom: -23px;
}
#content #home
{
	width: 100%;
	height: 316px;
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
}
#content #left h4
{
	font-size: 14px;
	font-weight: bold;
	color: #34421E;
}
#content #left a.link
{
	font-size: 14px;
	font-weight: bold;
	color: #23370C;
	text-decoration: none;
}
#content #left a.link:hover
{
	color: #446C17;
	text-decoration: underline;
}
#content #left a.link2
{
	font-size: 14px;
	font-weight: bold;
	color: #23370C;
	text-decoration: none;
}
#content #left a.link2:hover
{
	color: #446C17;
	text-decoration: underline;
}
#content #left a.link3
{
	font-size: 12px;
	font-weight: bold;
	color: #23370C;
	text-decoration: none;
}
#content #left a.link3:hover
{
	color: #446C17;
	text-decoration: underline;
}
#content #left
{
	width: 60%;
	height: 100%;
	float: left;
	overflow: hidden;
}
#content #left .title
{
	width: 100%;
	height: 81px;
	background-color: #FFFFEB;
	border-top: 1px solid #C6C890;
	border-bottom: 1px solid #C6C890;
	padding: 0 0 0 30px; 
}
#content #left .subtitle
{
	width: 33%;
	height: 100%;
	border-top: 1px solid #C6C890;
	border-bottom: 1px solid #C6C890;
}
#content #left .subtitle_div
{
	padding: 0 0 0 10px;
}
#content #left .subtitle2
{
	width: 45%;
	height: 100%;
	border-top: 1px solid #C6C890;
	border-bottom: 1px solid #C6C890;
}
#content #left .subtitle2_div
{
	padding: 0 0 0 10px;
}
#content #left .subtitle3
{
	width: 90%;
	height: 100%;
	border-top: 1px solid #C6C890;
	border-bottom: 1px solid #C6C890;
	margin-bottom: 5px;
}
#content #left .subtitle3_div
{
	padding: 0 0 0 10px;
}
#content #left .tab
{
	padding: 0 0 0 30px;
}
#content #left .panel
{
	width: 494px;
	height: 100%;
	margin: 30px 0 30px 0;
	background-image: url(images/content_panel_bg.jpg);
	background-repeat: repeat-y;
}
#content #left .panel_top
{
	width: 494px;
	height: 11px;
	background-image: url(images/content_panel_top.jpg);
	background-repeat: no-repeat;
}
#content #left .panel_bg
{
	width: 85%;
	height: 100%;
	padding: 5px 20px 10px 30px;
}
#content #left .panel_bottom
{
	width: 494px;
	height: 11px;
	background-image: url(images/content_panel_bottom.jpg);
	background-repeat: no-repeat;
}
#content #left .panel_bg .text
{
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
	color: #314719;
}
#content #left .panel2
{
	width: 423px;
	height: 100%;
	margin: 30px 0 30px 0;
	background-image: url(images/content_panel2_bg.jpg);
	background-repeat: repeat-y;
}
#content #left .panel2_top
{
	width: 423px;
	height: 11px;
	background-image: url(images/content_panel2_top.jpg);
	background-repeat: no-repeat;
}
#content #left .panel2_bg
{
	width: 85%;
	height: 100%;
	padding: 5px 20px 10px 30px;
}
#content #left .panel2_bottom
{
	width: 423px;
	height: 11px;
	background-image: url(images/content_panel2_bottom.jpg);
	background-repeat: no-repeat;
}
#content #left .panel2_bg .text
{
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #314719;
}
#content #left .text
{
	font-size: 14px;
	color: #314719;
}
#content #left .text2
{
	font-size: 12px;
	font-weight: bold;
	color: #23370C;
}
#content #left .text3
{
	font-size: 14px;
	font-weight: bold;
	color: #4A5E31;
}
#content #left .text4
{
	font-size: 12px;
	color: #374C1F;
}
#content #left .text5
{
	font-size: 11px;
	font-style: italic;
	color: #687B51;
}
#content #left .line1
{
	width: 97%;
	height: 1px;
	background-image: url(images/content_line1.jpg);
	background-repeat: repeat-x;
	margin: 10px 0 10px 0;
}
#content #left .totop
{
	width: 252px;
	height: 32px;
	background-color: #FCFED2;
	border-top: 1px solid #C5C789;
	border-bottom: 1px solid #C5C789;
	text-align: right;
	margin: 60px 0 0 0;
}
#content #left .totop_div 
{
	padding: 7px 20px 0 0;
	background-image: url(images/content_totop_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 170px 7px;
}
#content #left .backtolist
{
	width: 252px;
	height: 32px;
	background-color: #FCFED2;
	border-top: 1px solid #C5C789;
	border-bottom: 1px solid #C5C789;
	text-align: left;
	margin: 60px 0 0 0;
}
#content #left .backtolist_div 
{
	padding: 7px 0 0 45px;
	background-image: url(images/content_back_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#content #left .alert
{
	width: 60%;
	height: 32px;
	border-top: 1px solid #C5C789;
	border-bottom: 1px solid #C5C789;
	text-align: left;
	margin: 60px 0 0 0;
}
#content #left .alert_div 
{
	padding: 7px 0 0 50px;
	background-image: url(images/content_alert.jpg);
	background-repeat: no-repeat;
	background-position: 20px 7px;
}
#content #left .input_button
{
	width: 150px;
	height: 39px;
	background-image: url(images/content_input_btn.jpg);
}
#content #left a.input_button_link
{
	font-size: 18px;
	letter-spacing: 1px;
	color: #FBFDC8;
	cursor: pointer;
	display: block;
	line-height: 39px;
	text-decoration: none;
}
#content #left a.input_button_link:hover
{
	color: #F9FFAA;
	text-decoration: underline;
}
#content #right
{
	width: 30%;
	height: 100%;
	float: right;
	overflow: hidden;
}
#content #right a.link
{
	font-size: 12px;
	font-weight: bold;
	color: #23370C;
	text-decoration: none;
}
#content #right a.link:hover
{
	color: #446C17;
	text-decoration: underline;
}
#content #right a.link2
{
	font-size: 14px;
	font-weight: bold;
	color: #23370C;
	text-decoration: none;
}
#content #right a.link2:hover
{
	color: #446C17;
	text-decoration: underline;
}
#content #right .title
{
	width: 95%;
	height: 100%;
	background-color: #FCFED9;
	border-top: 1px solid #C6C890;
	border-bottom: 1px solid #C6C890;
}
#content #right .title2
{
	width: 95%;
	height: 100%;
	background-color: #FFFFCD;
	border-top: 1px solid #C6C890;
	border-bottom: 1px solid #C6C890;
}
#content #right .title_div
{
	padding: 0 0 0 15px;
}
#content #right h2
{
	font-family: arialblack;
	font-size: 14px;
	color: #314719;
}
#content #right h3
{
	font-family: swiss721heavy;
	font-size: 14px;
	color: #314719;
}
#content #right .text
{
	font-size: 12px;
	color: #23370C;
}
#content #right .text2
{
	font-size: 12px;
	font-weight: bold;
	color: #23370C;
}
#content #right .box
{
	width: 95%;
	height: 32px;
	background-color: #FFE;
	border-top: 1px solid #C5C789;
	border-bottom: 1px solid #C5C789;
	text-align: center;
	margin: 60px 0 0 0;
}
#content #right .box_div 
{
	padding: 7px 0 0 0;
}
#content #right .input_button
{
	width: 77px;
	height: 20px;
	background-image: url(images/content_input2_btn.jpg);
}
#content #right a.input_button_link
{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FBFDC8;
	cursor: pointer;
	display: block;
	line-height: 20px;	
	text-decoration: none;
}
#content #right a.input_button_link:hover
{
	color: #F9FFAA;
	text-decoration: underline;
}
#content #right .div_input_text
{
	width:  178px;
	height: 21px;
	text-align: center;
	background-image: url(images/input_text_bg.jpg);
}
#content #right .input_text
{
	width: 170px;
	/*height: 21px;*/
	border: 0;
	background-color: #ACB590;
	font-size: 12px;
	color: #FBFDC8;
}
#content #right .div_textarea
{
	width:  177px;
	height: 144px;
	text-align: center;
	background-image: url(images/text_area_bg.jpg);	
}
#content #right .textarea
{
	width: 170px;
	height: 139px;
	border: 0;
	background-color: #ACB590;
	font-size: 12px;
	color: #FBFDC8;
	font-family: Arial, Verdana, Helvetica;
	/*overflow: hidden;*/
	resize: none;
}
#content #right .tab
{
	padding: 0 30px 0 30px;
}
/*#####################################
content styles ends
#####################################*/
/*#####################################
pre_footer styles begins  
#####################################*/
#pre_footer
{
	width: 100%;
	height: 100%;
	background-color: #DDEDCB;
}
#pre_footer #bg1
{
	background-image: url(images/pre_footer_left.jpg); 
	background-repeat: no-repeat; 
	background-position: left bottom;
	overflow: hidden;
}
#pre_footer #bg2
{
	background-image: url(images/pre_footer_right.jpg); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	overflow: hidden;
}
#pre_footer .column1
{
	width: 30%;
	height: 100%;
	float: left;
	overflow: hidden;
}
#pre_footer .column2
{
	width: 27%;
	height: 100%;
	float: left;
	padding: 10px 0 0 0;
	overflow: hidden;
}
#pre_footer .column3
{
	width: 30%;
	height: 100%;
	float: left;
	padding: 0px 0 0 5px;
	overflow: hidden;
}
#pre_footer .title1
{
	width: 300px;
	height: 71px;
	background-image: url(titles/pre-footer-title-1.jpg);
	background-repeat: no-repeat;
	padding: 28px 0 0 120px;
	margin:  0 -120px -28px 0;
}
#pre_footer .title2
{
	width: 300px;
	height: 71px;
	background-image: url(titles/pre-footer-title-2.jpg);
	background-repeat: no-repeat;
	padding: 28px 0 0 120px;
	margin:  0 -120px -28px 0;
}
#pre_footer h3
{
	font-family: swiss721heavy;
	font-size: 18px;
	color: #314719;	
}
#pre_footer .text
{
	font-size: 12px;
	color: #649c29;
}
#pre_footer .text2
{
	font-size: 12px;
	font-weight: bold;
	color: #314719;
}
#pre_footer .text3
{
	font-size: 11px;
	color: #649c29;
	line-height: 14px;
}
#pre_footer .text4
{
	font-size: 12px;
	color: #485836;
}
#pre_footer a.link
{
	font-size: 12px;
	font-weight: bold;
	color: #314719;
	text-decoration: none;
}
#pre_footer a.link:hover
{
	color: #446C17;
	text-decoration: underline;
}

#pre_footer .div_input_text
{
	width:  229px;
	height: 21px;
	text-align: center;
	background-image: url(images/input_text_bg2.jpg);
}
#pre_footer .input_text
{
	width: 221px;
	border: 0;
	background-color: #C5E0A7;
	font-size: 12px;
	color: #314719;
}
#pre_footer .input_button
{
	width: 139px;
	height: 30px;
	background-image: url(images/pre_footer_input_btn.jpg);
}
#pre_footer a.input_button_link
{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #314719;
	cursor: pointer;
	display: block;
	line-height: 30px;
	text-decoration: none;
}
#pre_footer a.input_button_link:hover
{
	color: #000;
	text-decoration: underline;
}
#pre_footer .line
{
	width: 97%;
	height: 1px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #A4D176;
	margin: 10px 0 0 0;
}
#pre_footer_aux
{
	width: 100%;
	height: 12px;
	background-color: #FFF;
	border-bottom: 1px solid #E3E7DE;
}
#pre_footer .pre_footer_icon_menu
{
	width: 95%;
	height: 42px;	
	border-top: 1px solid #A4D176;
	padding: 8px 0 0 5px;
}
#pre_footer .pre_footer_icon_menu2
{
	background-color: #EFF7C5;
	width: 95%;
	height: 42px;
	border-top: 1px solid #A4D176;
	padding: 8px 0 0 5px;
}
/*#####################################
pre_footer styles ends 
#####################################*/
/*#####################################
footer styles begins 
#####################################*/
#footer
{
	width: 100%;
	height: 100%;
	background-color: #122101;
}
#footer .column1
{
	width: 43%;
	height: 100%;
	float: left;
	overflow: hidden;
}
#footer .column2
{
	width: 43%;
	height: 100%;
	float: right;
	overflow: hidden;
}
#footer h3
{
	font-family: swiss721heavy;
	font-size: 18px;
	color: #DDEDCB;
	margin: 0 0 20px 0;
}
#footer .menu
{
	margin: -7px;
	padding: 7px;
	border-top: 1px solid #33461E;
	height: 100%;
}
#footer a.link
{
	font-size: 12px;
	font-weight: normal;
	color: #DDEDCB;
	text-decoration: none;
}
#footer a.link:hover
{
	color: #F6FF85;
	text-decoration: underline;
}
#footer .text
{
	font-size: 12px;
	color: #DDEDCB;
}
#footer .text2
{
	font-size: 12px;
	font-weight: bold;
	color: #F6FF85;
}
#footer_aux
{
	width: 100%;
	height: 13px;
	background-color: #253414;
	border-bottom: 1px solid #3A4C26;
}
/*#####################################
footer styles ends 
#####################################*/
/*#####################################
post_footer styles begins 
#####################################*/
#post_footer
{
	width: 100%;
	height: 165px;
	background-color: #253513;
	border-top: 1px solid #455530;
}
#post_footer .text
{
	font-size: 12px;
	text-align: center;
	color: #BCCC9D;
}
/*#####################################
post_footer styles ends
#####################################*/

/**
* SHOWSLIDE TOUR
*/
.tour_top
{
	width: 285px;
	height: 13px;
	background: url(images/tour_top.jpg) no-repeat;
}
.tour_middle
{
	width: 285px;
	height: 269px;
	background: url(images/tour_middle.jpg) repeat-y;
	text-align: center;	
}
.tour_bottom
{
	width: 285px;
	height: 13px;
	background: url(images/tour_bottom.jpg) no-repeat;
}
.tour_image_top
{
	width: 244px;
	height: 20px;
	background: url(images/tour_image_top.jpg) no-repeat;
	margin: auto;
}
.tour_image_bg
{
	width: 244px;
	height: 148px;
	background-color: #FFFFF5;
	margin: auto;
}
.tour_image_bottom
{
	width: 244px;
	height: 20px;
	background: url(images/tour_image_bottom.jpg) no-repeat;
	margin: auto;
}
#tour_slider_stage
{
	width: 231px;
	height: 148px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 6px;
}
#tour_slider_list 
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
#tour_slider_list a.theme 
{
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
}
#tour_slider_list a.theme:hover
{

}
#tour_btn_back
{
	cursor: pointer;
}
#tour_btn_next
{
	cursor: pointer;
}
/**
* FIN SHOWSLIDE TOUR
*/

/**
* SHOWSLIDE HOME
*/
.slide_image_top
{
	width: 682px;
	height: 30px;
	background: url(images/slide_image_top.jpg) no-repeat;
	margin: auto;
}
.slide_image_bg
{
	width: 682px;
	height: 255px;
	background-color: #FBFAF8;
	margin: auto;
}
.slide_image_bottom
{
	width: 682px;
	height: 30px;
	background: url(images/slide_image_bottom.jpg) no-repeat;
	margin: auto;
}
#slide_slider_stage
{
	width: 667px;
	height: 255px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 8px;
}
#slide_slider_list 
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
#slide_slider_list a.theme 
{
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
}
#slide_slider_list a.theme:hover
{

}
#slide_btn_back
{
	cursor: pointer;
}
#slide_btn_next
{
	cursor: pointer;
}
/**
* FIN SHOWSLIDE HOME
*/

/* INICIO: SIGN UP */
#cont_sign_up
{
	height: 111px;
}
.sign_up_beforeSend
{
	line-height: 111px;
	text-align: center;
	color: #314719;
}
.sign_up_success
{
	text-align: center;
	font-weight: bold;
	color: #314719;
}
/* FIN: SIGN UP */
