@charset "UTF-8";
/* CSS Document */

body {
	background: url(img/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.clear {
	clear: both;
	}


#all {
	width: 860px;
	margin: 30px auto;
	background: url(img/all_bg.gif) center repeat-y;
	padding: 0px 110px 0px 0px;
	}
	
#all_header {
	width: 750px;
	margin: 0px 0px 0px 110px;
	background: url(img/all_header.gif) center no-repeat;
	height: 50px;	
	}	

#all_footer {
	width: 750px;
	margin: 0px 0px 0px 110px;
	padding: 25px 0px 0px 0px;
	background: url(img/all_footer.gif) center no-repeat;
	height: 25px;	
	text-align: center;
	}
		
#right {
	width: 490px;
	margin: -50px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: right;
	}	



#content {
	margin: 30px 0px 0px 0px;
	}	


#all_footer a {
	color: #2eaca6;
	text-decoration: none;
	}

#all_footer a:hover {
	color: #1d6d69;
	}

	
h2 a, h2 a:hover {
	color: #000;
	text-decoration:none;
	}

a {
	color: #1d6d69;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}



/* - - - - - - - - - - - - - - - -
	left (header)
- - - - - - - - - - - - - - - - */

#left {
	width: 380px;
	height: 805px;
	margin: -70px -20px 0px 0px;
	float: left;
	}	

*html #left {
	margin: -50px -20px 0px 0px;
	}	
	
	
#left.fotos1 {background:url(img/fotos1.png);}
#left.fotos2 {background:url(img/fotos2.png);}
#left.fotos3 {background:url(img/fotos3.png);}
#left.fotos4 {background:url(img/fotos4.png);}


*html #left .fotos1 {background:url(img/fotos1.gif);}	
*html #left .fotos2 {background:url(img/fotos2.gif);}	
*html #left .fotos3 {background:url(img/fotos3.gif);}	
*html #left .fotos4 {background:url(img/fotos4.gif);}	



#homelink {
	width: 180px;
	height: 160px;
	margin: 170px 0px 0px 30px;
	border: none;
	}




/* - - - - - - - - - - - - - - - -
	navi
- - - - - - - - - - - - - - - - */
ul#nav {
	list-style-type: none;
	margin: -25px 0px 0px 370px;
	padding: 0px;
	width: 460px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	}

*html ul#nav {
	margin: -25px 0px 0px 10px;
	}

ul#nav li {
	float: left;
	padding: 0px;
	vertical-align: middle;
	}


ul#nav li a {
	display: block;
	width: 88px;
	height: 15px;
	padding: 10px 5px 10px 22px;
	text-decoration: none;
	color: #000;
	border-bottom: 7px solid #000;

	}

ul#nav li:hover, ul#nav li a:hover {
	background: #71dcd7;
	color: #1d6d69;
	}

ul#nav li a:hover {
	border-bottom: 7px solid #1d6d69;
}


ul#nav li ul {
	display: none;
	}
	
ul#nav li:hover ul {
	display: block;
	width: 115px;
	float: left;
	list-style-type: none;
	margin: 0px 0px -50px 0px;
	padding: 0px;
	}

ul#nav li ul li {
	background-color: #71dcd7;
	}


ul#nav li ul li a {
	border: 0px;
	height: 15px;
	padding: 3px 5px 5px 22px;
	}
	
ul#nav li ul li:hover a {
	color: #1d6d69;
	border: 0px;
	}




ul#nav li#active {
	background: #71dcd7;
	}

ul#nav li.active a {

	}



/* - - - - - - - - - - - - - - - -
	content
- - - - - - - - - - - - - - - - */


#contentbox {
	width: 460px;
	margin: 90px 0px 0px 0px;
	padding: 0px;
	}
	
#boxheader {
	background: url(img/boxheader.gif) center top no-repeat;
	height: 10px;
	}

#content {
	background-color: #fff;
	width: 401px;
	padding: 20px 20px 10px 35px;
	margin: 0px;
	border-left: 2px solid #9ef3d6;
	border-right: 2px solid #7cbfa8;
	}
	
#boxfooter {
	background: url(img/boxfooter.gif) center bottom no-repeat;
	height: 10px;
	}


h1 {
	/*font-size: 18px;
	font-weight: bold;
	color: #71dcd7;
	margin: 0px 0px 10px 0px;*/
	display: none;
	}

.h1 {
	margin: 0px 0px -10px -10px;
	padding:0px;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	}

#content ul {
	margin: 0px;
	padding: 0px 15px;
	}

#content ul li {
	margin: 0px 0px 10px 0px;
	}

p {
	line-height: 18px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}



.ngg-gallery-thumbnail {
    width: 153px !important;
	}
    

.ngg-gallery-thumbnail span {
    margin: -2px 6px 2px -6px !important;
	}
