﻿html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #f2eeb4;	/* fundo geral*/
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial,  Helvetica, sans-serif;    /* letra geral; */
	font-size: 12px; /* tamanho letra geral; */
}

#maincontent {
	background: #fff080; /*fundo da pagina #edd289;*/
	font-family: "Trebuchet MS", Arial,  Helvetica, sans-serif;
	font-size: small;
	width: 800px;
	
	position: relative;
	height: auto;
	min-height: 100%; /* largura do site; */
	
	border-left: 1px solid #b35f00; /* linha lateral */
	border-right: 1px solid #b35f00; /* linha lateral */
	margin-left: auto; /* margem lateral permite centrar ou alinhar; */
	margin-right: auto;
}

#mainhead {
	background-repeat: no-repeat;
	background-image: url('template/head_bg.gif');
	background-position: center center;
	height: 127px;
}

#mainmenu {
	background-position: center top;
	position: relative;
	height: 51px;/*41*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('template/menu_bg.gif');
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
}

#mainmenu a:hover {
	color: #CC6600;
}

#mainmenu a {
	color: #663300;
	text-decoration: none;
}

#mainmenu .activo {
	color: #000000;
	text-decoration:underline;
}


#mainbody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.5;
	position: relative;
	height: auto; /*min-height: 100%;*/ /*height: 100%;*/;
	padding: 0em 0px 80px 0px; /*o padding do botton tem que ser igual ao heigth do #mainfooter*/

}

#mainfooter {
	background-position: center center;
	position: absolute;
	height: 79px;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	bottom: 0px; /*padding: 0px 10px 0px 10px;*/;
	background-image: url('template/footer_bg.gif');
	background-repeat: no-repeat;
}

.footer_style_left {
	padding: 15px 0px 0px 33px;
}

.footer_style_right {
	padding: 15px 33px 0px 0px;
	float: right;
	text-align: right;
}

.footer_style_right a{
	color: white;
}

.footer_style_right a:hover{	
	color: black;
}

.conteudoleft{
	padding-right: 18px;
	padding-left: 18px;
}

.conteudoright{
	padding-right: 18px;
	padding-left: 18px;
}

.conteudo{
	padding-right: 18px;
	padding-left: 18px;
}


#bodybottom{
	width:100%;	
	float:left;	
}


#bodyleft {
	width: 50%;
	float: left;
}

#bodyright {
	width:50%;
	float: right;
}

a:hover {
	color: #879bef
}

a {
	color: #2c408a;
}

a:active {
	color: blue;
}


.english {
	vertical-align: middle;
}

.galeria {
	margin: 30px 0px 10px 0px;
}

.galeria_titulo {
	font-weight: bold;
	border-bottom: 1px solid #d6a548;
}

.galeria_fotos {
	padding-top: 10px;
	text-align:center;
}

.galeria_fotos a {
	text-decoration:none;
}

.galeria_fotos a:hover {
	text-decoration:none;
}

.galeria_fotos ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.galeria_fotos ul li {
	/*border: 1px black solid;*/
	width: 150px;
	height: 150px;
	float: left;
	margin:1px 1px 1px 1px;

}

.galeria_fotos ul li img{
	margin: 0px;
	padding: 0px;
}








