/*==============================================================================

PROYECTO  : lakukulalodge.com
NOMBRE    : css/style.css

SUMARIO

* MAIN ELEMENTS             Elementos de uso general
* LAYOUT                    Estilos para la composicˆ„n de la plantilla
* HEADER                    Zona de cabecera
* CONTENT                   Contenidos
* Auxiliares globales       Setting globales y hacks

==============================================================================*/

/* MAIN ELEMENTS
------------------------------------------------------------------------------*/
p {
	padding-top: 1em;
}

a:link, a:visited, a:active {
	color: #7d9b3d;
	text-decoration: none;
}

a:hover {
	color: #9d9884 ;
	text-decoration: underline;
}

h1 { color: #808080; font-size: 180%; font-weight: 400; }

h2 {
	color: #808080;
	font-size: 130%;
}

small {
	font-size: 0.9em;
	font-weight: 400;
}

/* LAYOUT
------------------------------------------------------------------------------*/
html, body {
	color: #606060;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	background-color: #f4f2e9;
}

#container {
	min-height:100%;
	position:relative;
}

#foot {
	width:100%;
	min-height: 100px;
}

#main{
	width: 959px;
	margin: 0 auto;
}

#top{
	height: 118px;
	padding: 10px 0 0;
}

#content{
	width: 100%;
	min-height: 400px;
}

#content-inner {
	padding: 15px 0 0;
}

#contentwrapper{ float: left; width: 100%; margin: 15px 0 0; }

#contentCol{
	margin-left: 338px;
}

#contentCol-inner{
	padding: 0;
}

#leftCol{
	float: left;
	width: 338px;
	margin-left: -959px;
}

#leftCol-inner{ margin: 15px 0 0; padding: 0 20px 0 0; }

#footer{
	clear: left;
	width: 100%;
	padding: 10px 0 4px;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 125px;
	margin: 30px 0 0;
	border-top: 1px solid #557f19;
}

#footer-inner{
	padding: 0;
    text-align: center;
}

/* HEADER
------------------------------------------------------------------------------*/
.header_wrapper {
	width: 820px;
	float: left;
}

.langs {
	color: #000000;
	text-align: right;
	width: 139px;
	float: right;
	padding: 51px 0 0;
}

.langs a { color: #000000 !important; text-decoration: underline; }

.langs a:hover {
	
}

.langs a.selected { font-weight: 400; }

.logo {
	width: 260px;
	float: left;
}

.slogan {
	color: #7d9b3d;
	font-weight: 400;
	text-transform: uppercase;
	width: 500px;
	float: left;
	padding: 51px 0 0 15px;
}

.menu {
	width: 100%;
	float: left;
	margin: 7px 0 0;
	border-top: 1px solid #557f19;
	border-bottom: 1px solid #557f19;
}

.menu a {
	font-size: 12px;
	text-align: center;
	float: left;
	padding: 5px 17px 5px 16px;
}

.menu a:hover, .menu a.active, .menu td:hover, .menu td.active, .menu td.active a  {
	color: #fff !important;
	background-color: #7d9b3d;
	text-decoration: none;
}

/* CONTENT
------------------------------------------------------------------------------*/
.text_1col, .text_2col {
	padding: 20px 0 0;
}

#content .txt_left {
	width: 470px;
	float: left;
}

#content .txt_left-inner, #content .txt_right-inner {
	padding: 0 30px 0 0;
}

#content .txt_right {
	width: 470px;
	float: right;
}

#content .txt_1, #content .txt_2, #content .txt_3 {
	width: 319px;
	float: left;
}

#content .txt_1-inner, #content .txt_2-inner, #content .txt_3-inner {
	padding: 0 30px 0 0;
}

.ft_gallery { margin: 0 0 20px; padding: 20px; border: solid 1px #6f804a; }
.ft_local { margin: 0 0 20px; }

.ft_gallery li { text-align: center; width: 100px; height: 100px; overflow: hidden; float: left; margin: 0 10px 10px 0; padding: 0; }

.ft_browse {
	background-color: #6f804a;
	width: 620px;
}

.ft_browse a {
	color: #fff !important;
	line-height: 20px;
	background-color: #6f804a;
	text-align: center;
	width: 77px;
	height: 20px;
	float: left;
	display: block;
}

.ft td, .ft td a {
	color: #fff !important;
}
.banner { width: 959px; padding: 20px 0 0; clear:both;}
.files a { background-image: url(../img/file_16x16.png); background-repeat: no-repeat; height: 16px; margin: 0 0 0.2em; padding-left: 20px; display: block; }
/* GENERAL
------------------------------------------------------------------------------*/

.black {
	color: #000000;
}

.highlight {
	color: #557f19;
}

.caption {
	color: #606060;
	font-size: 0.9em;
}

.icon_skype {
	line-height: 32px;
	background-image: url(../img/icon_skype.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin: 1em 0 0;
	padding: 0 0 0 40px;
	display: block;
}

ul.bullets {
	padding: 0 0 0 15px;
	list-style-type: disc;
}

.input, .input_short { padding: 0.2em; border: solid 1px #7d9b3d; }

.input { width: 350px; }
.input_short { width: 20px; }

.sep_dotted { margin-top: 1em; padding-bottom: 1em; border-top: 1px dotted #9d9884; }

.required { color: #c64600; font-size: 18px; font-weight: 700; }


/* Auxiliares globales
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}

* {
	padding:0;
	margin:0;
}

select {
	min-width:1.5em;
}

img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style-type: none;
}

* html ul li a {
	height: 1%;
}
