body {
	background-color: #FFA;
	color: #050;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Georgia;
	/*font-family: Verdana, Helvetica, Arial, Serif;*/
	text-align: center;
	font-size: 90%;
	/*behavior:url("csshover3.htc");*/

	/*
	background-repeat: repeat-x;
	background-image: url("/fotos/gradient-vertical-llgrey-100px.png");
	*/
}
a {
	color: #090;
}
a:hover, a.onHover {
	color: #050;
}
.body, .message {
	margin: 0em 315px 0 175px;
}
.border, .message {
	padding: 0.2em;
	background-color: #050;
	-moz-border-radius: 1.5em;
	-khtml-border-radius: 1.5em;
	border-radius: 1.5em;
}

.message {
	color: #FFA;
}
.message a {
	color: #ddA;
}
.largebody {
	width: 85%;
	margin: 0em auto;
}
.content {
	text-align: left;
}
.main {
	/*
	background-repeat: repeat-x;
	background-image: url("/fotos/gradient-vertical-llgrey-100px.png");
	*/
	
	padding: 1em 2em;
	background-color: #FFC;
	-moz-border-radius: 1.5em;
	-khtml-border-radius: 1.5em;
	border-radius: 1.5em;
}
.body-special {
	padding: 0 1em;
	margin: 0em auto;
}
.endline {
	width: 55%;
	margin: 1em auto;
	border: 0;
	color: #050;
	background-color: #050;
	height: 1px;
}
.lines {
	/*
	border-left: 1px solid #050;
	border-right: 1px solid #050;
	*/
}
h1 {
	text-align: center;
}
h3 {
	margin: 2em 0em 0em;
}
.menu {
	text-align: center;
	padding: 0.3em 0.6em;
	/*border-bottom: 6px solid #FFA;*/
}
.menu a {
	color: #FFA;
}
.menu a:hover, .menu a.onHover {
	color: #FFC;
}

span.indent {
	margin: 0;
	padding: 0em 0em 0em 1em;
}

p img.right {
	float: right;
	margin: 0em 1em 0.5em 2em;
}
p img.left {
	float: left;
	margin: 0em 2em 0.5em 1em;
}

p {
	text-align: justify;
	line-height: 140%;
}

div.fotos {
	margin: 1em;
	text-align: center;
}

a img.fotos {
	border: 0;
}

img.fotos {
	margin: 0.5em;
}

p.popups {
	text-align: center;
}
p.popups a {
	text-decoration: none;
	color: #090;
}
p.popups a .popup {
	position: relative;
	left: -5em;
	display: none;
	/*visibility: hidden;*/
}
p.popups a .popup-content {
	position: absolute;
	top: 1.5em;
	border: 1px solid black;
	width: 20em;
	background-color: #FFC;
	padding: 1em;
	text-align: left;
	box-shadow: 0 0 10px #999;
}
p.popups a:hover .popup {
	/*visibility: visible;*/
	display: inline;
}
p.popups a.active .popup {
	display: inline;
}

.spacer {
	clear: both;
}
.thumbs {
	text-align: center;
	margin: 2em 0.5em 1em;
}
.thumbs img {
	margin: 0.4em;
}

