@charset "ISO-8859-4";
header {
	background-color:rgb(247,205,4);
}
header #logo {
	background-image: url(../images/ls_logo.png);
	background-size: 164px 75px;
	background-repeat:no-repeat;
}
header section nav {
	font-family:'latolight_i';
	text-transform:uppercase;
	font-size:13px;
}
header section nav ul li a {
	display: block;
	color: #8B6C11;
	padding-top: 22px;
	background-size: 30px 18px;
	background-repeat: no-repeat;
	background-position: center top;
}
header section nav ul li a:hover {
	background-image: url(../images/bg-menu_hover.png);
}
#lang_nav {
	text-align: center;
	background-color: #FFF;
	font-size: 11px;
	padding: 3px 10px 6px;
	font-family:'latolight', "Lucida Grande", sans-serif;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.30);
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright:8px;	
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
}
#lang_nav a {
	color: #666;
}
#mobile_menu_icon  {
	background-image: url(../images/bg-tablet-menu_icon.png);
	background-size: 80px 62px;
	width: 80px;
	height: 31px;
}
.mobile_menu_icon_on  {
	background-position: 0 31px;
}
.mobile_menu_icon_off  {
	background-position: 0 0;
}
article.dest_p {
	/*background-color:#CCC;*/
}
footer {
	text-align:center;
}
footer p {
	font-size:0.9em;
	margin:0px;
}
.content .col1 .image_container, .content .col2 .image_container {
	border: thin solid rgb(216,216,216);
}
.content .col1 .slidetabs a, .content .col2 .slidetabs a {
	width:10px;
	height:9px;
	background-image:url(../images/slide_tabs.png);
	margin:0 5px;
}
.content .col1 .slidetabs a:hover, .content .col2 .slidetabs a:hover {
	background-position:0 -9px;
}
.content .col1 .slidetabs a.current, .content .col2 .slidetabs a.current {
	background-position:0 -18px;
}
.content .col1 .image_container p, .content .col2 .image_container p {
	float: left;
	font-size: 0.95em;
	font-style: italic;
	margin:0.5em 0;
	padding-left: 1.2em;
}
p.copy  {
	font-size:0.7em;
}

.tarifa {
	position: relative;
	margin: 20px 0;
	padding: 10px 25px;
	border-radius: 36px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	max-width:483px;
}
.valor_a {
	background-color: #F7CD03;
}
.valor_b {
	background-color: #F3962D;
}
.tarifa p {
	margin: 0;
	float: left;
	color: #6E4F2D;
}
.tarifa p.periodo {
	line-height:16px;
	text-align:center;
	width:100%;
}
.tarifa p.valor {
	font-size:18px;
	line-height:23px;
	text-align:center;
	width:100%;
}

p.obs {
	font-size: 12px;
	margin: 0;
	color: #E66322;
}
