/* CSS Padronizado */

/* Definições de TAG */
body {
	margin:0;
	padding:0;
	font-family:Georgia, Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
}
img {
	border:none;
}
p, h3, h4, h5, h6 {
	margin:15px 0px 15px 0px;
}
h1 {
	margin:12px 0px 20px 0px;
	font-size:20px;
}
h2 {
	margin:25px 0px 15px 0px;
	font-size:15px;
}
h3 {
	font-size:16px;
}
small {
	font-size:10px;
}
a {
	color:#FC0342;
	text-decoration:none;
}
a:hover {
	color:#FC0342;
	text-decoration:underline;
}
/* Definições de formulário */
form {
	margin:0;
	padding:0;
}
.input_text {
	font-family:inherit;
	font-size:inherit;
	border:solid 1px #999999;
}
.input_button {
	border:none;
}
.link_enviar {
	font-size:15px;
	font-weight:bold;
	color:#FC0342;
	text-decoration:none;
}
.link_enviar:hover {
	font-size:15px;
	font-weight:bold;
	color:#FC0342;
}
.erro {
	color:#000;
	font-weight:bold;
}
/* principal classe para contornar problema de divs flutuantes (float) */
.break_float {
	clear:both;
}
/* classes excepcionais */
.font1 {
}
.font2 {
}
.font3 {
}
.font4 {
}
.font5 {
}
.link1 {
}
.link1:hover {
}
.link2 {
}
.link2:hover {
}
.link3 {
}
.link3:hover {
}
.link4 {
}
.link4:hover {
}
.link5 {
}
.link5:hover {
}
.noDetail{
	text-decoration:none;
	outline:none;
}
/* divs */
/* include top */
#pos_top {
}
#top {
	width:900px;
	height:70px;
	padding:0px 10px 0px 10px;
	margin-bottom:20px;
}
#top_logo {
	position:absolute;
	margin-top:20px;
}
#top_menu {
	position:absolute;
	margin:50px 0px 0px 515px;
}
#top_language_menu {
	position:absolute;
	margin:10px 0px 0px 860px;
	font-size:10px;
	color:#FC0342;
}
#top_language_menu a {
	text-decoration:none;
	color:#FC0342;
}
#top_language_menu a:hover {
	text-decoration:underline;
	color:#FC0342;
}

/* include down */
#pos_down {
}
#down {
	width:914px;
	padding:3px;
	border-top:solid 1px #FC0342;
	margin-top:20px;
	margin-bottom:20px;
}
#down_copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* conteúdo principal */
#pos_main {
}
#main {
	width:920px;
	height:400px;
	height:auto !important;
	min-height:400px;/*padding:10px 0px 20px 0px;*/
}
/* definições gerais das páginas restantes */

/* TEMPLATE */
#main_template_menu_esquerdo {
	float:left;
	padding-left:10px;
	width:240px;
}
#main_template_menu_esquerdo h1 {
	margin-bottom:18px;
}
#main_template_menu_esquerdo a {
	display:block;
	color:#FC0342;
	text-decoration:none;
	padding:2px 0px 2px 5px;
	margin:1px 0px 1px 0px;
}
#main_template_menu_esquerdo a:hover {
	display:block;
	background-color:#F7FD06;
	color:#FC0342;
	text-decoration:none;
	padding:2px 0px 2px 5px;
	margin:1px 0px 1px 0px;
}
#main_template_conteudo_direito {
	float:right;
	width:600px;
	padding-right:10px;
	text-align:justify;
}
#main_template_fotos_exibicao {
	margin-top:24px;
}
#main_template_fotos_exibicao img {
	margin:0px 20px 20px 0px;
}
#divID a img {
	border:solid 5px #FFF;
}
#divID a img:hover {
	border:solid 5px #FF0;
}

/* HOME */
#main_home {
	width:0px;
	height:0px;
	height:auto !important; /* não remover este parâmetro */
	min-height:0px;
	padding:10px 0px 25px 0px;
}
#main_home_banner_principal {
	width:0px;
}
#main_home_esquerda_destaque {
}
#main_template {
}
/* GALERIA */
#main_galeria_conteudo_esquerdo {
	float:left;
	width:390px;
	padding-left:10px;
	text-align:justify;
}
#main_galeria_fotos_direito {
	float:right;
	width:320px;
	padding-right:80px;
}
/* CONTATO */
#main_contato_conteudo_esquerdo {
	float:left;
	padding-left:10px;
	width:300px;
}
#main_contato_conteudo_direito {
	float:right;
	width:530px;
	padding-top:45px;
}

#setaEsquerda{
	margin-right:0px;
width:0px;
height:0px;
float:inherit;
border:solid;
border-width: 14px 13px 14px 1px;
border-color: #FFF #999 #FFF #FFF;
cursor:pointer;
font-size:1px;
}

#setaEsquerda:hover{
	margin-right:0px;
width:0px;
height:0px;
float:inherit;
border:solid;
border-width: 14px 13px 14px 1px;
border-color: #FFF #666 #FFF #FFF;
cursor:pointer;
font-size:1px;
}


#setaDireita{
	margin-left:0px;
width:0px;
height:0px;
float:inherit;
border:solid;
border-width: 14px 1px 14px 13px;
border-color: #FFF #FFF #FFF #999;
cursor:pointer;
font-size:1px;
}

#setaDireita:hover{
	margin-left:0px;
width:0px;
height:0px;
float:inherit;
border:solid;
border-width: 14px 1px 14px 13px;
border-color: #FFF #FFF #FFF #666;
cursor:pointer;
font-size:1px;
}
