* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:868px;
}
body { 
	background:#c1d103; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#919191;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*==== GLOBAL =====*/
.container {
	width:868px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:303px;
	background:url(images/header-tail.gif) 0 0 repeat-x #000;
}
#content {
	width:100%;
	background:#fff;
}
	#content .aside {
		float:left;
		width:220px;
		margin-right:13px;
		padding-left:7px;
	}
	#content .mainContent {
		float:left;
		width:628px;
	}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 12px 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color: #fff; 
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:25px;
	line-height:1em;
	font-weight:normal;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:1em;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.2em;
	color:#000;
	font-style:italic;
	margin-bottom:14px;
	font-weight:normal;
}
h6 {
	font-size:1em;
	color:#000;
	font-weight:normal;
}


.link1 { 
	background:url(images/arrow1.gif) no-repeat 100% 7px;
	padding:0 13px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fb7506;
	font-weight:bold;
}
	

.button { 
	display:inline-block;
	width:104px;
	height:40px;
	text-align:center;
	color:#545454;
	text-decoration:none;
	line-height:30px;
	background:url(images/button.png) no-repeat 0 0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:17px;
}
.button:hover {
	color:#000;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.block {
	border:1px solid #cbc9c9;
	position:relative;
	padding:22px 27px 20px 27px;
	min-height:360px;
	height:auto !important;
	height:434px;
}
	.block ins {
		display:block;
		position:absolute;
		width:9px;
		height:9px;
		overflow:hidden;
	}
	.block .lbc {
		left:-1px;
		top:100%;
		margin-top:-8px;
		background:url(images/left-bot-corner1.gif) no-repeat 0 0;
	}
	.block .rbc {
		left:100%;
		margin-left:-8px;
		top:100%;
		margin-top:-8px;
		background:url(images/right-bot-corner1.gif) no-repeat 0 0;
	}
		
		
	
	
	
	
.box {
	background:url(images/box-bg.gif) 0 0 repeat-x #f9bb1c;
	width:100%;
	color:#503620;
	font-size:14px;
	line-height:18px;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:27px 34px 29px 43px;
	}
		.box h3 {
			font-family:"Times New Roman", Times, serif;
			font-size:34px;
			line-height:1.2em;
			color:#fff;
			font-style:italic;
			text-shadow:1px 1px 4px #c96409;
			margin-bottom:14px;
			font-weight:bold;
		}
		.box h4 {
			font-family:"Times New Roman", Times, serif;
			font-size:20px;
			line-height:0.8em;
			color:#111;
			font-style:italic;
			margin-bottom:10px;
			font-weight:bold;
			position:relative;
			padding:0 0 0 10px;
		}		
		.box h5 {
			color:#fff;
			font-size:16px;
			font-weight:normal;
			margin-bottom:7px;
		}
		.box p {
			margin-bottom:18px;
		}


.box1 {
	background:#ededed;
	width:100%;
}
	.box1 .left-top-corner {
		background:url(images/left-top-corner2.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(images/right-top-corner2.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(images/left-bot-corner2.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner {
		background:url(images/right-bot-corner2.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:27px 34px 29px 43px;
	}
		.box1 h3 {
			font-family:"Times New Roman", Times, serif;
			font-size:24px;
			line-height:1.2em;
			color:#000;
			font-style:italic;
			margin-bottom:14px;
			font-weight:normal;
			position:relative;
			padding:10px 0 0 43px;
		}
			.box1 h3 img {
				position:absolute;
				left:-11px;
				top:0;
			}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dt:first-line {
		font-weight:bold;
		color:#fff;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#fff;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:60px;
	top:110px;
}
#header .slogan {
	position:absolute;
	left:580px;
	top:120px;
	width:665px;
}
	#header .slogan h2 {
		font-family:"Tahoma", Times, serif;
		color: #666666;
		font-size:22px;
		line-height: normal;
		font-weight:normal;
		text-align:left;
	}


#header .nav {
	position:absolute;
	right:0;
	top:235px;
}
	#header .nav li { float:left; padding-left:1px;}
		#header .nav li a {
			float:left;
			background:url(images/nav-bg1.gif) no-repeat 0 100%;
			width:125px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#fff;
			text-decoration:none;
			padding:21px 0 20px 0;
			margin-top:11px;
		}
		#header .nav li a:hover, #header .nav li a.current {
			background:url(images/nav-bg2.gif) no-repeat 0 0;
			margin-top:0;
			padding:27px 0 26px 0;
		}

/*===== content =====*/
#content .inside {
	padding:32px 0 30px 0;
}
#content .indent {
	padding:17px 34px 29px 43px;
}
	
	#content .section {
		padding-bottom:15px;
	}
	
	#content .aside h2 {
		color:#fff;
		font-style:italic;
		background:url(images/title-left.gif) no-repeat 0 0;
		position:relative;
		width:100%;
	}
		#content .aside h2 span {
			display:block;
			background:url(images/title-right.gif) no-repeat 100% 0;
			height:56px;
			line-height:56px;
			padding:0 0 0 36px;
		}
		#content .aside h2 img {
			position:absolute;
			left:-7px;
			top:10px;
		}


.list1 li {
	background:url(images/bull-1.gif) no-repeat 0 6px;
	padding:0 0 12px 22px;
	font-size:14px;
	position:relative;
}
	.list1 li a {
		color:#222;
		text-decoration:none;
	}
	.list1 li a:hover {text-decoration:underline;}

/*===== footer =====*/
#footer .inside {
	padding:55px 0 72px 7px;
}
	#footer .contact {
		font-size:13px;
		line-height:19px;
		color:#687004;
		float:left;
	}
		#footer .contact a {
			color:#687004;
		}
	
	
	.footer-box {
		background:url(images/footer-left.gif) no-repeat 0 0 #dae929;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#697546;
	}
		.footer-box .indent {
			background:url(images/footer-right.gif) no-repeat 100% 0;
			height:23px;
			line-height:23px;
			padding:0 18px 0 8px;
			float:left;
		}
			.footer-box a {
				color:#697546;
				text-decoration:none;
			}
			.footer-box a:hover {
				text-decoration:underline;
			}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:42px;
	}
	#contacts-form input {
		width:200px;
		background:#fff;
		border:1px solid #a4a4a4;
		padding:1px 0 1px 5px;
		color:#666;
	}
	#contacts-form textarea {
		width:245px;
		background:#fff;
		border:1px solid #a4a4a4;
		overflow:auto;
		height:80px;
		padding:1px 0 1px 5px;
		margin-bottom:5px;
		color:#666;
	}

	#contacts-form .col-1 {
		width:273px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:254px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		display:inline-block;
		width:104px;
		height:40px;
		text-align:center;
		color:#545454;
		text-decoration:none;
		line-height:30px;
		background:url(images/button.png) no-repeat 0 0;
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		font-size:17px;
		border: none;
	}
	#contacts-form .button:hover {
	color:#000;

	}
.inner_copy {
		border:0;
		color:#f00;
		float:left;
		width:50%!important;
		margin:-202px 0 0 0;
		overflow:hidden;
		line-height:0;
		padding:0;
		font-size:12px
} 

/*====================Galeria de fotos======================*/


pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 870px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
}
div#container {
	padding: 10px;
}
div#ads {
	clear: both;
	margin:auto;
	text-align:center;
	padding-bottom:30px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
h2.album-date {
	margin-top: 6px;
}
p.album-description {
	margin-top: 20px;
}
div.meta {
	margin-top: 10px;
	font-size: 0.8em;
}
div.meta ul {
	margin: 0;
	padding: 0;
}
div.meta li {
	float: left;
	padding: 0;
	margin-right: 10px;
	width: 240px;
	list-style: none;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: normal;
	font-size: 1.4em;
	color:#000000;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	text-align: center;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: normal;
	background-color: #000;
	border-color: #000;
	color: #fff;
}