/* CSS Document */


body {
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #000000;
}
.menuPhotos {
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.titles {
	font-size: 16px;
}
.gallery a:link {

}
.gallery a:visited {

}
.gallery a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;
}	
.gallery a:active {

}
a.linkopacity img {
filter:alpha(opacity=80);
-moz-opacity: 0.8; 
opacity: 0.8;
-khtml-opacity: 0.8;}


a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }
.whiteTXT {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subtitles {
	font-size: 18px;
}
p {
	text-align: justify;
}
.imgrigth {
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
	border: 1px solid #999999;
	margin-top: 5px;
}
.imgLeft {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border: 1px solid #999999;
	margin-top: 15px;
}
.fotoCentro {
	border: 1px solid #999999;
}
.bigTXT {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
