body {
	margin: 0px;
	background-color: #EAEAEA;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/fundo.png);
	font-family: 'Oxygen', sans-serif;
}
a {
	text-decoration: none;
	border: none;
	color: #671A1A;
}
input, textarea, select {
	outline: none;
}
a img {
	border: none;
}
.botaogrande {
	width: 360px;
	height: 75px;
	position: relative;
	float: left;
	line-height: 75px;
	text-align: center;
	font-size: 25px;
	color: #671A1A;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/botao-grande.png);
	margin-bottom: 20px;
	font-family: 'Oxygen', sans-serif;
}
.botaomedio {
	width: 305px;
	height: 39px;
	position: relative;
	float: left;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #8C2020;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/botao-medio.png);
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
}
.tudo {
	width: 980px;
	position: relative;
	margin: auto;
}
.bordatopo {
	width: 100%;
	height: 7px;
	position: relative;
	float: left;
	background-color: #560000;
}
#cabecalho {
	width: 980px;
	position: relative;
	float: left;
}
#cabecalho .logo {
	margin-top: 50px;
	margin-left: 30px;
}
#cabecalho .linguas {
	width: 350px;
	position: relative;
	float: right;
	color: #540000;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	margin-right: 30px;
	margin-top: 60px;
	font-weight: bold;
}
#cabecalho #menu {
	width: 935px;
	height: 47px;
	position: relative;
	float: left;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(../images/fundomenu.jpg);
	margin-top: 30px;
	padding-left: 45px;
}
#cabecalho #menu a {
	height: 47px;
	position: relative;
	float: left;
	padding: 0px 20px;
	color: #EAEAEA;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 47px;
	text-align: center;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(../images/borda-menu.png);
}
#cabecalho #menu a:hover {
	background-color: #B90000;
}
#cabecalho #sombramenu {
	width: 980px;
	height: 12px;
	position: relative;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/sombra-menu.png);
}
#banner {
	width: 100%;
	height: 323px;
	position: relative;
	float: left;
	margin-top: 40px;
}
#banner .banner {
	width: 100%;
	height: 323px;
	position: absolute;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	display: none;
}
#banner .current {
	display: block;
}
#meio {
	width: 920px;
	position: relative;
	float: left;
	margin-top: 40px;
	padding: 0px 30px;
	font-family: 'Oxygen';
}
#meio .esquerda {
	width: 370px;
	position: relative;
	float: left;
}
#meio .direita {
	width: 530px;
	position: relative;
	float: left;
	margin-left: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 150%;
}
#meio .direita .botaomedio {
	margin-top: 20px;
}
#meio .direita .titulo {
	width: 530px;
	font-size: 30px;
	color: #530000;
	font-weight: bold;
}
#meio .titulo {
	width: 920px;
	position: relative;
	float: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 17px;
	font-size: 25px;
	color: #671A1A;
}
#meio .abertura {
	width: 920px;
	position: relative;
	float: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 17px;
	color: #8D2121;
	font-size: 16px;
}
#meio .servico {
	width:860px;
	position:relative;
	float:left;
	margin-bottom:10px;
}
#meio .servico a.titulo-servico {
	width:860px;
	position:relative;
	float:left;
	background-image: url(../images/abre-duvida.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	font-size:16px;
	color:#540000;
	padding-bottom:10px;
	text-decoration:none;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 35px;
}
#meio .servico a.titulo-servico:hover {
	color:#B90000;
}
#meio .servico a.fecha {
	background-image:url(../images/fecha-duvida.jpg);
}
#meio .servico .conteudo-servico {
	width:790px;
	position:relative;
	float:left;
	padding: 0 35px;
	font-size:16px;
	color: #666;
	display:none;
	background-color: #F6F6F6;
}
#meio .servico .aberto {
	display:block;
}
#meio .campo {
	width: 600px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}
#meio .campo label {
	width: 130px;
	position: relative;
	float: left;
	font-size: 18px;
	color: #666;
}
#meio .campo input[type="text"], #meio .campo textarea {
	width: 400px;
	height: 29px;
	position: relative;
	float: left;
	padding: 2px;
	border: 1px solid #E0E0E0;
	background-color: #FFF;
}
#meio .campo textarea {
	height: 120px;
}
#meio .campo .botao {
	width: 140px;
	height: 50px;
	position: relative;
	float: left;
	line-height: 50px;
	font-size: 20px;
	color: #FFF;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	background-color: #540000;
	border: none;
	margin-left: 130px;
}
#meio .conteudo {
	width: 900px;
	position: relative;
	float: left;
	line-height: 140%;
	color: #666;
	font-size: 16px;
}
#sombrabanner {
	width: 100%;
	height: 17px;
	position: relative;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/sombra-banner.png);
}
#prerodape {
	width: 920px;
	position: relative;
	float: left;
	padding: 20px 30px 60px 30px;
	margin-top: 20px;
	border-top: 1px solid #CCC;
}
#prerodape .linguas {
	width: 280px;
	position: relative;
	float: right;
	color: #550000;
	font-size: 12px;
	text-transform: uppercase;
}
#rodape {
	width: 100%;
	height: 40px;
	position: fixed;
	float: left;
	background-color: #CFCFCF;
	background-image: url(../images/fundo-rodape.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #333333;
	font-family: 'Oxygen', sans-serif;
	line-height: 40px;
	text-align: center;
	bottom: 0px;
}
#rodape .inventa {
	position: relative;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}