* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-style: none;
}
html { height: 100%; }
body {
	background-color: #CC0000;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	height: 100%;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color:#FF0000;
}
h1 {
	font-size: 28px;
	line-height: 40px;
	height: 45px;
}
h1 strong {
	font-size: 40px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	line-height: 25px;
	height: 25px;
}
#nomehome {
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 220px;
	width: 100%;
	left: 0px;
	height: 70px;
}
#nomehome a { display:block; }
#menu_home {
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#menu_home li {
	height: 100%;
	width:400px;
	margin:auto;
}
#menu_home a {
	display:block;
	height: 100%;
}
#menu_home a:hover { background: #f00; }
#menu_home a span {
	display:none;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	padding: 300px 15px 0px;
}
#menu_home a:hover span { display:block; }
#menu_principal {
	margin:50px auto 0px;
	width: 60%;
	min-width:700px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	right: -20px;
}
#menu_principal a { color: #F00; }
#menu_principal a:hover {
	color: #FFF;
	background-color: #C00;
}
#menu_principal li {
	display:inline;
	width: 200px;
	margin-left: 20px;
}
#exposicao {
	margin:0px auto;
	width: 60%;
	min-width:700px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #f00;
	padding: 10px 20px;
}
#exposicao h2 {
	font-size: 17px;
	line-height: 20px;
	height: auto;
	margin-bottom: 20px;
}
#exposicao h2 em { font-size: 15px; }
#exposicao h2 span {
	display: block;
	font-size:11px;
	line-height: 12px;
}
#exposicao p {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 5px;
}
#lista_obras { }
#lista_obras li {
	float: left;
	text-align: center;
	height: 135px;
	width: 120px;
	margin: 0px 15px 15px 0px;
}
#lista_obras h3 {
	font-size: 13px;
	line-height: 16px;
}
#lista_obras img {
	display: block;
	margin: auto;
}
#obra_amp { margin-bottom: 20px; }
#obra_amp img {
	width: auto;
	max-width:700px;
	max-height:700px;
	margin: auto;
}
#obra_amp p { }
#comentario {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CC0000;
}
form { }
fieldset {
	border: 1px solid #FFFFFF;
	padding: 10px;
}
legend {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px 10px;
}
label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
input {
	display: block;
	width: 100%;
}
textarea {
	display: block;
	width: 100%;
	height: 200px;
}
