*
{
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

body
{
	background: #000;
}
input, textarea
{
	border: solid 1px #666;
	color: #666;
	font-size: 1.2em;
	padding: 2px;
}
label
{
	font-size: 1.2em;
}

#cabecalho
{
	background: url(images/bg.gif) bottom repeat-x;
	width: 100%;
	height: 15em;
	position: relative;
}

#menu
{
	width: 59em;
	margin: 0 auto;
	padding: 4em 0 5.8em 19em;
	height: 5.2em;
	position: relative;
}

#menu ul
{
	position: absolute;
	bottom: 0;
	z-index: 0;
}

#menu li
{
	float: left;
	margin-right: 5px;
	background: #d8ed46 url(images/nav_over.gif) bottom repeat-x;
}

#menu li a
{
	background: transparent url(images/nav_over_left.gif) top left no-repeat;
	display: block;
}

#menu li:hover
{
	background: #d8ed46 url(images/nav_under.gif) bottom repeat-x;
}

#menu li a strong
{
	padding: 0.5em 10px 0.5em 0;
	margin-left: 10px;
	display: block;
	background: transparent url(images/nav_over_right.gif) top right no-repeat;
}

#menu img
{
	position: absolute;
	height: 10em;
	width: 15em;
	border: 0.3em solid #FFF;
	left: 0;
	bottom: 2em;
	outline: 0.2em solid #000;
}
#principal
{
	background: #FFF url(images/main.gif) repeat-x;
	width: 100%;
	z-index: 2; /* Covers up annoying IE7 nav bar spacing issue. */
	position: absolute;
}

#conteudo
{
	background: #FFF;
	width: 82em;
	margin: 0 auto;
	padding: 2em;
	min-height: 380px;
}

#coluna_dir
{
	width: 18em;
	padding-left: 2em;
	margin-top: 40px;
	background: url(images/green_vr.gif) repeat-y;
	float: right;
}

#idioma
{
	width: 18em;
	padding-left: 2em;
	float: right;
	position:absolute;
	left: 89em;
	top: 5px;
}

.texto
{
	width: 59.5em;
	padding-bottom: 6.5em;
	padding-right: 2em;
	background: url(images/hr.gif) right bottom no-repeat;
	position: relative;
}


.texto ul li, .texto ul li ul li, .texto ul li ul li ul li, .texto ul li ul li ul li ul li
{
	padding-left: 1.2em;
}
.texto img
{
	float:left;
	vertical-align: top;
	border: solid 1px #cdcdcd;
	padding: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
.texto .imgleft
{
	float:left;
	vertical-align: top;
	border: solid 1px #cdcdcd;
	padding: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.texto .imgright
{
	float:right;
	vertical-align: top;
	border: solid 1px #cdcdcd;
	padding: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
}
#coluna_dir img
{
	margin-left:15px;
	padding:2px;
	border: solid 1px #cdcdcd;
}
.texto a:hover img, #coluna_dir a:hover img
{
	border: solid 1px #090;
}

.detalhe_texto
{
	position: absolute;
	right: 3em;
	bottom: 3em;
}

.texto .detalhe_texto li
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

.hr
{
	width: 55em;
	height: 128px;
}

#rodape
{
	clear: both;
	background: #000;
	height: 10em;
	position: relative;
}

#rodape ul
{
	position: absolute;
	text-align: right;
	right: 50%;
	top: 50%;
	margin-top: -4em;
	padding: 3em 1em;
	border-right: 1px solid #CF0;
}

#rodape img
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3.9em;
	background: #CCC;
	margin-left: 1em;
	height: 80px;
	width: 80px;
	border: 3px solid #FFF;
	outline: 0.1em solid #333;
}
.lista_exposicao
{
	width:95%;
}
.lista_exposicao td
{
	width:33%;
	text-align:center;
	font-size: 1.1em;
}
.lista_exposicao td img
{
	float:none;
}

/* Typography
---------------------------------------------------------*/

body
{
	font: 62.5% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color: #333;
}

a
{
	color: #090;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	line-height: 1.5em;
	font-size: 1.2em;
	margin-bottom: 1em;
}

h1
{
	font-size: 3.6em;
	padding: 0;
	margin: 0;
	color: #FFF;
}

h2
{
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

blockquote
{
	border-left: 0.3em solid #090;
	padding-left: 2em;
	margin-left: 1em;
	color: #666;
}

.detalhe_texto
{
	font-size: 0.95em;
}

#coluna_dir h2
{
	font-size: 1.3em;
}

#coluna_dir h3
{
	font-size: 1.1em;
	font-weight:bold;
}

#coluna_dir p
{
	font-size: 1.1em;
}

#menu p
{
	color: #CF0;
}

#menu li a
{
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}

#rodape
{
	color: #CCC;
}

#rodape a
{
	color: #FFF;
	text-decoration: none;
}

#rodape a:hover
{
	text-decoration: underline;
}

#rodape p
{
	margin-bottom: 0;
}

#accordion {
	margin:20px 0px;
}
#accordion img
{
	float:none;
	vertical-align: middle;
	padding: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
#accordion ul li 
{
	font-size: 12px;
}
h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #e0e0e0;
	color: #96b100;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
h3.vazio {
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #e0e0e0;
	color: #96b100;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
 div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
blockquote {
	padding:5px 20px;
}
