@charset "utf-8";
/* CSS Document */

#mainContainer
{
	width:1000px;
	margin:100px auto 0px auto;
}

#textContainer
{
	float:left;
	margin:36px 0px 0px 20px;
	width:200px;
}

#galleryContainer
{
	width:780px;
	float:left;
	margin:0px;
}

.gallery 
{
	float:left;
	width:250px;
	text-align:center;
}


#companyLogo
{
	height:50px;
	background:url(../images/sigla.gif) top right no-repeat #ede7b0;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Gallery Styling */
			.gallery .image-title,
			.gallery .image-description,
			.gallery .image-author,
			.gallery .image-link {
				display:none;
			}

			.gallery
			{
				
				text-align: center;
				margin-left: auto;
				margin-right: auto;
				padding: none;
			}

			.gallery ul.images
			{
				list-style-type: none;
				border: none;
				padding: 0px 20px 0px 20px;
			}

			.gallery ul.images li.image
			{
				display: inline;
				line-height: 0;
			}

			.gallery ul.images li.image a
			{
				text-decoration: none;
				color: inherit;
				cursor: pointer;
				margin: 0px 14px 14px 14px;
				display: inline-block;
				background: white;
				padding: 3px;
				line-height: 0;
				-webkit-border-radius: 4px 4px;
				-moz-border-radius: 4px 4px;
				border-radius: 4px 4px;
				-moz-box-shadow: 0px 0px 8px #AAA;
				-webkit-box-shadow: 0px 0px 8px #AAA;
				box-shadow: 0px 0px 8px #AAA;
				-webkit-transition: -webkit-box-shadow 0.1s ease-out;
				-moz-transition: -webkit-box-shadow 0.1s ease-out;
				-o-transition: -webkit-box-shadow 0.1s ease-out;
				transition: -webkit-box-shadow 0.1s ease-out;
			}

			.gallery ul.images li.image a img
			{
				border: none;
				padding: none;
				-webkit-border-radius: 4px 4px;
				-moz-border-radius: 4px 4px;
				border-radius: 4px 4px;
			}

			.gallery ul.images li.image a:hover
			{
				-moz-box-shadow: 0px 0px 8px #222;
				-webkit-box-shadow: 0px 0px 8px #222;
				box-shadow: 0px 0px 8px #222;
			}
			
			.hideContent
			{
				display:none;
			}
			
			
			#lightbox-caption a:link,
			#lightbox-caption a:visited,
			a#lightbox-caption-title
			{
				color:#000;
				font-weight:normal;
				text-decoration:none;
			}
			

.imageNumber
{
font-weight:bold;
text-align:center;

}
			