html,body {

	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;

}

#background {

	width: 100%; 
	height: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	z-index: -1;

}

.background_stretch {

	width:100%;
	height:100%;

}

a {

	font-weight: bold;
	text-decoration: none;
	color: #332318;

}

a:hover {

	text-decoration: underline;

}

ul {

	list-style-type: square;

}

#container {

	position: relative;
	margin: 0 auto;
	width: 800px;
	height: auto;
	min-height: 600px;
	background-color: white;
	box-shadow: 0px 0px 25px 2px #232323;

}

#contact {

	font-size: 0.8em;
	float: right;
	padding: 0.5em 0 0 0;
	color: #5A5A5A;
	margin: 0;

}

#title {
	
	font-size: 2.5em;
	padding-top: 0.75em;
	text-align: right;
	text-shadow: #99816C 0px 1px 0px;
	color: #332318;
	
}

#title #highlight {

	color: #7A1C00;

}

#title img {

	vertical-align: text-bottom;

}

#title_line {

	border-style: solid;
	border-width: 1px;
	color: #332318;
	width: 52%;
	float: right;
	margin-top: 0.3em;

}

#header {

	position: relative;
	margin-top: 2em;
	height: 12em;
	background-image: url('img/header.jpg');
	background-position: center;

}

#navigation {

	position: absolute;
	bottom: 0;
	height: 2.3em;
	text-transform: uppercase;
	text-shadow: black 0px 1px 0px;
	display: table;
	width: 100%;
	background: rgb(42,87,166); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(42,87,166,1) 0%, rgba(34,59,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,87,166,1)), color-stop(100%,rgba(34,59,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,87,166,1) 0%,rgba(34,59,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,87,166,1) 0%,rgba(34,59,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,87,166,1) 0%,rgba(34,59,102,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(42,87,166,1) 0%,rgba(34,59,102,1) 100%); /* W3C */
	
}

#navigation ul {

	list-style: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 0.3em;
	
}

#navigation li {

	display: inline;
	float: left;
	
}

#navigation a {

	font-weight: normal;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0.5em;
	
}

#navigation a:hover, #current_page_item {

	background-color: #070D17;
	color: white;

}

#last_menu_item {

	border-top-right-radius: 0.4em;

}

#main {
	
	padding: 1em 2em 10em 2em;
	min-height: 100%;
	text-align: justify;
	font-size: 1.05em;
	line-height: 130%;
	letter-spacing: 0.058em;

}

#main p:first-letter {


	font-weight: bold;
	font-size: 175%;
	padding: 0.15em;
	float: left;
	color: #332318;
	
}

#main img {

	/*box-shadow: 0px 4px 10px 3px #303030;*/
	border: double #303030 3px;
	margin: 0.75em;

}

#fotos img {

	border: none;

	width: auto;
	height: 100%;
	max-height: 400px;

	margin: 0 auto;

}

#fotos video {
	width: auto;
	height: 100%;
	max-height: 400px;

	margin: 0 auto;
}

#fotos embed {
	width: 100%;
	height: 400px;

	margin: 0 auto;
}


.slick-prev:before, .slick-next:before {
	color: rgba(0, 0, 0, 0.5) !important;
}

.slick-dots {
	bottom: -60px !important;
}

#fotos {

}


#footer {

	position: absolute;
	width: 100%;
	bottom: 0;
	
}

#footer hr {

	border-style: solid;
	border-width: 1px;
	color: #A3A3A3;
	width: 80%;

}

#footer_text {

	width: 100%;
	text-align: center;
	font-size: 0.75em;
	margin: 1em 0;

}
