body{
	background-color: #333333;
	font-family: "Arial", Courier, mono;
	padding: 0px;
	margin: 0px;
	width:100%;
}

.top {
	background-color: #333333;
	width: 100%;
	position: static;
	height: 193px;
	text-align:center;
}

H1, H2, H3{
color: #858585;
font-family: Arial, Helvetica, sans-serif;
}
H3 {
	font-size: 18px;
	font-weight: normal;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;


}
p {
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 20px;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:bold;
}

a img {
   border:none;
}
ul {
	list-style-position: outset;
	list-style-type: square;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 20px;
}
li {
	margin-bottom: 10px;
}

.foto1{
	background-color: #9d8e7d;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top:10px;
	padding: 10px;
	border-top: 1px solid #71685f;
	border-bottom: 1px solid #71685f;
	border-left: 1px solid #71685f;
	font-size: 13px;
}
.copyright {
	margin-bottom:0px;
	font-size: 10px;
	color: #666666;
}