/* CSS Document */

html {
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../imagens/fundogeral.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#fundo {
	width: 100%;
	background-image: url(../imagens/fundoimagem.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0px;
	display: table;
}
#principal {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


#principal #logo {
	height: 119px;
	width: 369px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fundo #principal #fotos {
	width: 100%;
	height: 295px;
}

#fundo #principal #textos {
	width: 943px;
	position: absolute;
	z-index: 5;
	top: 430px;
}
#fundo #principal #textos h1 {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fundo #principal #textos p {
	font-family: Arial;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin: 0px;
}
#fundo #principal #detalhe {
	width: 100%;
	text-align: center;
}
#fundo #principal #botoes {
	width: 100%;
}
#fundo #principal #botoes a {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

#textocontato #formulariocontato {
	float: left;
}
#formulariocontato td {
	font-family: Verdana;
	font-size: 10px;
	height: 30px;
	text-align: left;
	color: #FFFFFF;
}

#formulariocontato input {
	height: 18px;
	border: 1px solid #FAE2C9;
	background-color: #F5F5F5;
}
#formulariocontato select {
	height: 19px;
	border: 1px solid #FAE2C9;
	background-color: #F5F5F5;
	font-family: Verdana;
	font-size: 10px;
	color: #67675d;
}
#formulariocontato textarea {
	border: 1px solid #FAE2C9;
	background-color: #FEFAF5;
}
#formulariocontato .botaogeral {
	height: 21px;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #FAE3CA;
	background-color: #F5F5F5;
}

#acoes #sucesso {
	width: 480px;
	background-color: #FFF3E1;
	border: 1px solid #009900;
	text-align: center;
	padding-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	filter: alpha(style=0,opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	position: absolute;
	z-index: 10;
}
#acoes #sucesso a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#acoes #sucesso a:hover {
	text-decoration: underline;
}
#acoes #sucesso h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#acoes #sucesso span {
	font-family: Arial;
	font-size: 12px;
	color: #009900;
}


 #acoes #erro {
	width: 480px;
	background-color: #FFF8F4;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	filter: alpha(style=0,opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	position: absolute;
	z-index: 10;
	border: 1px solid #FF0000;

}
#acoes #erro a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#acoes #erro a:hover {
	text-decoration: underline;
}
#acoes #erro h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#acoes #erro span {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}


