/****
HOJA DE ESTILO para Naturtrek.com - GENERAL
Copyright (c) 2008 ENIXE
****/

/*GLOBAL*/
html {
	/*font-size: 100.1%;*/
	font-size: 82%;
	height: 100%;
	background: url(../images/bg-body.jpg);
	color: #666;
}
body {
	/*font: 64% "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(../images/bg-body2.jpg) repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
p {
	padding:0;
	margin: 0;
	border: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {border: none;}
.fieldform {
	width: 350px;
	border: 1px dotted #514c30;
	padding: 3px;
	margin-top: 5px;
	background-color: #f2f0e4;
	color: #333333;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 1.2em;
}	
.fieldform:hover, .fieldform:focus {
	background-color: #f2f4ed;
	border:1px solid #797355;
	padding: 3px;
	margin-top: 5px;
}
.form-ok {
	border: 2px solid #fff;
	padding: 10px;
	background-color: #99af23;
	color: #fff;
	text-align: center;
	/*font-size: 140%;*/
	font-size: 1.2em;
}
.form-error {
	border: 2px solid #fff;
	padding: 10px;
	background-color: #af2223;
	color: #fff;
	text-align: center;
	/*font-size: 140%;*/
	font-size: 1.2em;
}
.outstanding-text {
	display: block;
	padding: 10px;
	margin-top: 3px;
	background-color: #e8ecdd;
}
/*text to image replacement*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.clear {clear:both;}
.btn {
	/*font-size: 12px;*/
	font-size: 0.9em;
	font-weight: bold;
	color: #f9f9f4 !important;
	text-align: center;
	display: block;
	text-decoration: none !important;
}
.btn1 {
	width: 134px;
	height: 24px;
	background: url(../images/img-btn1-mo.gif) no-repeat;
}
A.btn1:hover, A.btn1:active {background: url(../images/img-btn1-mo.gif) no-repeat 0px -24px;}
.btn2 {
	width: 83px;
	height: 20px;
	background: url(../images/img-btn2-mo.jpg) no-repeat;
}
A.btn2:hover, A.btn2:active {background: url(../images/img-btn2-mo.jpg) no-repeat 0px -20px;}
.btn3 {
	width: 232px;
	height: 25px;
	background: url(../images/img-btn3-mo.gif) no-repeat;
}
A.btn3:hover, A.btn3:active {background: url(../images/img-btn3-mo.gif) no-repeat 0px -25px;}
.btn4 {
	width: 83px;
	height: 20px;
	background: url(../images/img-btn4-mo.gif) no-repeat;
}
A.btn4:hover, A.btn4:active {background: url(../images/img-btn4-mo.gif) no-repeat 0px -20px;}
.btn-imprimir {
	background: url(../images/img-imprimir-mo.gif) no-repeat;
	width: 93px;
	height: 24px;
}
A.btn-imprimir:hover, A.btn-imprimir:active {background: url(../images/img-imprimir-mo.gif) no-repeat 0px -24px;}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 793px;
	background: url(../images/bg-main.jpg) repeat-y;
}
/*HEADER*/
#header {
	height: 378px;
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 40px;
}
.logo a {
	background: url(../images/logo.png) no-repeat;
	height: 110px;
	width: 259px;
}
/*inicio link*/
.inicio {
	position: absolute;
	left: 30px;
	top: 128px;
	background: url(../images/img-inicio-mo.jpg) no-repeat;
	width: 75px;
	height: 33px;
}
A.inicio:link, A.inicio:visited {background: url(../images/img-inicio-mo.jpg) no-repeat 0px 0px;}
A.inicio:hover, A.inicio:active {background: url(../images/img-inicio-mo.jpg) no-repeat 0px -33px;}
/*contact link*/
.contact {
	background: url(../images/img-contactanos-mo.gif) no-repeat 0px 0px;
	width: 124px;
	height: 20px;
	position: absolute;
	right: 54px;
	top: 120px;
}
A.contact:link, A.contact:visited {background: url(../images/img-contactanos-mo.gif) no-repeat 0px 0px;}
A.contact:hover, A.contact:active {background: url(../images/img-contactanos-mo.gif) no-repeat 0px -20px;}
/*top navigation*/
.top-nav {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 18px;
	top: 170px;
}
.top-nav li {
	float: left;
	padding-left: 15px;
}
.top-nav li a {
	/*font-size: 16px;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #727642;
	line-height: 25px;
	width: 169px;
	text-align: center;
	display: block;
	text-decoration: none !important;
}
.top-nav li a:hover, .top-nav li a:active {color: #715726; background: url(../images/bg-top-nav-active.png) no-repeat;}
/*CONTAINER*/
#container {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-footer.jpg) no-repeat 0 100%;
	margin-top: -170px;
	position: relative;
}
/*sidebar*/
.sidebar {
	float: left;
	width: 185px;
	background: url(../images/bg-sidebar.jpg) repeat-y;
	margin-left: 34px;
	display: inline;
	margin-bottom: 150px;
}
.sidebar-bottom {
	background: url(../images/bg-sidebar-bottom.jpg) no-repeat;
	width: 167px;
	height: 31px;
	margin-top: 20px;
}
/*titles*/
h2 {margin: 0;}
h3 {
	margin: 0;
	background: url(../images/bg-sub-title.jpg) no-repeat;
	line-height: 23px;
	/*font-size: 120%;*/
	font-size: 0.92em;
	color: #605621;
	padding-left: 10px;
	margin-left: -5px;
	position: relative;
	height: 23px;
}
.donde-quieres {
	background: url(../images/img-donde-quieres.jpg) no-repeat;
	width: 167px;
	height: 56px;
}
/*buscar link*/
.buscar {
	color: #959f6b;
	/*font-size: 150%;*/
	font-weight: bold;
	padding-left: 7px;
	margin-bottom: 8px;
	display: block;
}
.content P.te-proponemos {
	color: #959f6b;
	/*font-size: 120%;*/
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 8px;
	display: block;
}
content P.te-proponemos {
	display: inline;
	padding: 0;
}
/*map*/
.map {
	display: block;
	margin: -3px 0 0 -5px;
	position: relative;
}
/*sub navigation*/
.sub-nav {
	padding: 5px 0 0 10px;
	margin: 0 0 20px;
	position: relative;
	z-index: 100;
}
.sub-nav li a {
	text-transform: uppercase;
	/*font-size: 130%;*/
	color: #706959;
	font-weight: bold;
	line-height: 20px;
	display: block;
	background: url(../images/img-sub-nav-hover.gif) no-repeat -9999px 0;
	text-decoration: none !important;
}
.sub-nav li ul li a { text-transform: none; font-size: 0.9em; }
.sub-nav li:hover a, .sub-nav li.hover a {background-position: 0 100%;}
.sub-nav li:hover, .sub-nav li.hover {position: relative;}
/*drop box*/
.sub-nav ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 147px;
	top: 0;
}
.sub-nav li:hover ul, .sub-nav li.hover ul {display: block;}
.sub-nav ul a {
	background: url(../images/bg-main-nav.png) no-repeat;
	width: 159px;
	height: 20px;
	line-height: 20px;
	color: #858c79;
	padding: 0 0 1px 10px;
}
.sub-nav ul a:hover {
	background: url(../images/bg-main-nav-hover.png) no-repeat;
	color: #fefefe;
}
/*buscar-form*/
.buscar-form {
	width: 150px;
	padding: 10px 0 0 8px;
	overflow: hidden;
}
.buscar-form .btn {float: right;}
.buscar-form input {
	background: url(../images/bg-input.jpg) no-repeat;
	width: 130px;
	height: 21px;
	border: 0;
	font: bold 11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #686152;
	padding: 3px 10px;
}
/*CONTENT*/
.content {
	width: 530px;
	float: right;
	padding-right: 38px;
}
/*main list*/
.main-list {
	padding: 5px 0 0;
	margin: 0;
}
.list-item {
	overflow: hidden;
	width: 100%;
	margin-bottom: 22px;
}
.image-hoder {
	float: left;
	width: 180px;
}
.image-hoder img {
	display: block;
	border: 3px solid #c9c3be;
	margin-bottom: 11px;
}
.image-hoder .btn {margin: 0 auto;}
/*description*/
.desc {
	float: right;
	width: 325px;
	padding-right: 16px;
}
.broadcrumps {
	padding: 0;
	margin: 0;
}
.broadcrumps li {
	display: inline;
	padding-left: 12px;
	background: url(../images/img-separator.gif) no-repeat 4px 50%;
}
.broadcrumps li.first {
	padding: 0;
	background: none;
	text-transform: uppercase;
}
.broadcrumps li.second {
	font-size: 0.95em;
	color: #9e9e9e;
	font-weight: bold;
	text-transform: uppercase;
}
.broadcrumps li a {
	/*font-size: 120%;*/
	color: #996;
	font-weight: bold;
}
/*list-title*/
.list-title {
	display: block;
	/*font-size: 170%;*/
	font-size: 1.3em;
	color: #605a25;
	margin: 0 0 10px;
	line-height: 20px;
	text-transform: uppercase;
}
.main-list p {
	color: #666;
	/*font-size: 130%*/ !important;
	line-height: 14px;
	margin: 0 0 10px;
}
.main-list a {
	color: #727642;
	font-weight: bold;
}
/*flag-list*/
.flag-list {
	margin: 0;
	padding: 0;
}
.flag-list li {
	padding-left: 12px;
	background: url(../images/img-flag.gif) no-repeat 0 4px;
	margin-bottom: 3px;
}
.flag-list li p {margin-bottom: 0;}
.flag-list strong {
	/*font-size: 130%;*/
	color: #996;
}
.flag-list p strong {/*font-size: 100%;*/}
.price {font-weight: bold;}
/*FOOTER*/
#footer {
	clear: both;
	height: 135px;
	position: relative;
}
.aviso-legal {
	position: absolute;
	left: 44px;
	top: 62px;
	width: 89px;
	height: 12px;
	background: url(../images/img-aviso-legal-mo.jpg) no-repeat;
}
A.aviso-legal:link, A.aviso-legal:visited {background: url(../images/img-aviso-legal-mo.jpg) no-repeat 0px 0px;}
A.aviso-legal:hover, A.aviso-legal:active {background: url(../images/img-aviso-legal-mo.jpg) no-repeat 0px -12px;}
#footer p {
	position: absolute;
	left: 160px;
	top: 58px;
	color: #fff;
	/*font-size: 120%;*/
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
#footer p a {color: #e7eccf;}
.footer-logo {
	position: absolute;
	right: 25px;
	top: 51px;
	background: url(../images/img-footer-logo.png) no-repeat;
	width: 122px;
	height: 46px;
}
/*broadcrump*/
.broad-holder {
	overflow: hidden;
	width: 97%;
	margin-bottom: 8px;
}
.broad-holder .btn {float: right;}
.broadcrump {
	float: left;
	padding: 0;
	margin: 0;
}
.broadcrump li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-separator.gif) no-repeat 3px 50%;
}
.broadcrump li.first {
	background: none;
	padding: 0;
	text-transform: uppercase;
}
.broadcrump li.second {
	/*font-size: 120%;*/
	font-size: 0.95em;
	color: #9e9e9e;
	font-weight: bold;
	text-transform: uppercase;
}
.broadcrump li a {
	color: #996;
	/*font-size: 12px;*/
	font-weight: bold;
}
.broadcrump li.first a { font-size: 1.3em;/*font-size: 17px;*/}
.inner-page #container {margin-top: -190px;}
.inner-page-sub #container {margin-top: -190px;}
.content h2 {
	/*font-size: 22px;*/
	font-size: 1.7em;
	line-height: 25px;
	color: #605a25;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.content h3 {
	margin: 0;
	line-height: 20px;
	/*font-size: 16px;*/
	font-size: 1.2em;
	color: #605621;
	padding: 0;
	margin-top: 5px;
	background: none;
	height: inherit;
}
.content p {
	/*font-size: 130%;*/
	line-height: 16px;
	color: #666;
	margin: 0 0 12px;
}
.content a {
	text-decoration: none;
	color: #979e48;
}
.content a:hover {
	text-decoration: underline;
	color: #715726;
}
.right-photo {
	float: right;
	margin: 0 20px 5px 10px;
	display: inline;
}
.left-photo {
	float: left;
	margin: 0 10px 5px 20px;
	display: inline;
}
.inner-page .flag-list li {margin-bottom: 15px;}
.inner-page .flag-list li .price {
	display: block;
	/*font-size: 17px;*/
	color: #666;
}
.list-photo {
	float: left;
	margin: 4px 10px 5px 0;
}
.bar-list, .travel-list ul {
	padding: 5px 0 0;
	margin: 0;
}
.bar-list li, .travel-list ul li {
	background: url(../images/img-gray-bar.gif) no-repeat 0 6px;
	margin-bottom: 5px !important;
	/*font-size: 130%;*/
	line-height: 16px;
	color: #666;
	padding-left: 12px;
	text-transform: uppercase;
}
li.travel-list P strong {
	color: #654b1a;
}

/*content box*/
.c-box1 {
	background: url(../images/bg-c-box1.gif) no-repeat;
	padding-top: 10px;
	margin-bottom: 30px;
}
.c-box1 .box-wrapper {
	background: url(../images/bg-c-box1.gif) no-repeat 0 100%;
	padding: 0 10px 10px;
	overflow: hidden;
	width:490px;
}
.c-box2 {
	background: url(../images/bg-c-box2.gif) no-repeat;
	padding-top: 24px;
	margin-bottom: 30px;
}
.c-box2 .box-wrapper {
	background: url(../images/bg-c-box2-bottom.gif) no-repeat 0 100%;
	padding: 0 10px 10px;
	overflow: hidden;
	width:490px;
}
.c-box1 strong {
	color: #996;
	/*font-size: 130%;*/
	padding-left: 20px;
	background: url(../images/img-attention.gif) no-repeat 0 50%;
	display: block;
	margin-bottom: 5px;
}

.c-box1 .bar-list , .c-box1 .travel-list ul {padding: 0 20px 10px;}
.c-box2 .bar-list {padding: 0 40px 10px 15px;}
.c-box2 .bar-list li {
	background-image: url(../images/img-gray-bar2.gif);
	font-weight: bold;
}
.c-box2 .bar-list li a {color: #959561;}
.c-box2 strong {
	/*font-size: 130%;*/
	color: #8e986a;
	display: block;
	margin: 2px 0 7px 10px;
	text-transform: uppercase;
}
div.dsc-content {
	color: #666;
	/*font-size: 130%;*/	
}
div.dsc-content p{font-size: inherit;}
.c-box1 .travel-list ul li strong { 
	color: #564a33;
	/*font-size: 100%;*/
	padding-left: 0;
	background: none;
	margin-bottom: 0px;
}


/*buttons*/
.buttons {
	overflow: hidden;
	padding-left: 270px;
	margin-bottom: 20px;
}
.buttons a {float: left;}
.buttons .btn-imprimir {margin: 0 5px 5px 0;}
h4 {
	margin: 0 0 10px;
	/*font-size: 130%;*/
	color: #a39a85;
}
.galeria-title {
	padding-left: 20px;
	background: url(../images/img-photo-icon.gif) no-repeat 0 50%;
}
/*photo galery*/
.photo-galery {
	padding: 0;
	margin: 0 0 30px;
	overflow: hidden;
}
.photo-galery li {
	float: left;
	margin: 0 10px 10px 0;
}
.photo-galery li img {
	border: 2px solid #a39082;
	display: block;
}
.c-box1 strong.important {
	padding: 3px 0 3px 30px;
	background: url(../images/img-paper.gif) no-repeat;
	/*font-size: 130%;*/
	line-height: 14px;
	color: #8e8e8e;
	margin: 0;
	float: left;
	width: 300px;
}
.c-box1 strong.important span {/*font-size: 10px;*/}
.descargar {
	float: right;
	background: url(../images/img-descargar-mo.gif) no-repeat;
	width: 113px;
	height: 23px;
	margin: 7px 30px 0 0;
	display: inline;
}
A.descargar:link, A.descargar:visited {background: url(../images/img-descargar-mo.gif) no-repeat 0px 0px;}
A.descargar:hover, A.descargar:active {background: url(../images/img-descargar-mo.gif) no-repeat 0px -23px;}

button.btn { border: 0px; background-color: transparent; font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; cursor: pointer; background: url(../images/img-btn1.gif) no-repeat;}
button.btn2 { border: 0px; background-color: transparent; font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; cursor: pointer; background: url(../images/img-btn2.jpg) no-repeat;}


#flashMap { margin-left: -5px; margin-top: -3px; border: 0; padding: 0 }

/*
button.btn1:hover, button.btn1:active {background: url(../images/img-btn1.gif) no-repeat 0px -24px;}
button.btn2:hover, button.btn2:active {background: url(../images/img-btn2.jpg) no-repeat 0px -24px;}
*/

.recordatorio { padding-top: 20px; }
.recordatorio h3 { font-size: 0.8em; padding-bottom: 5px; text-transform: uppercase }
.recordatorio P.cita { font-size: 1.5em; font-style: italic; line-height: 1.1em; }

.offer_over{
	background: url(../images/viaje_oferta.png) no-repeat top right;
	width: 173px; 
	height: 133px; 
	position:absolute;
	margin:3px;
}

.flag-list .pricelabel{display:block; float:left;padding-right:5px;}
.flag-list div.price{float:left;}
.flag-list .pricenotes{clear:both;}
.list-item .flag-list div.price{/*font-size:130%;*/color:#666666;}