@charset "utf-8";
/* CSS Document */

/* #### IMPORTAÇÃO #### */

/*
@import url("predtrafo_geral.css");
@import url("predtrafo_cabecalho.css");
@import url("predtrafo_corpo.css");
@import url("predtrafo_rodape.css");
*/

@import url("predtrafo_reset.css");

/* #### GERAL #### */
body {
	background-image: url(../images/fundo_raio.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	background-repeat: repeat;
}
a {
	font-weight: bold;
	color: #a30003;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 16px;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4, h5, h6 {
	font-size: 12px;
}
p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#Geral {
	width: 800px;
	margin: auto;
	position: relative;
	border: 1px solid #FFFFFF;
	background-color: #dedddc;
}
#Geral #ClearBoth {
	clear: both;
}
#Geral #Cabecalho {
	height: 165px;
	margin: auto;
	background-color: #FFFFFF;
}
#Geral #FaixaVermelhaSite {
	background-color: #d31a11;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	padding-right: 23px;
}
#Geral #FaixaVermelhaSite #TextoCadEmail {
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}
#Geral #FaixaVermelhaSite #FormularioEmail {
	float: left;
}
#Geral #FaixaVermelhaSite #FormularioEmail * {
	vertical-align: middle;
}
#Geral #FaixaVermelhaSite #LocalHora {
	float: right;
	margin-top: 6px;
	/*margin-right: 10px;*/
}
#Geral #FaixaVermelhaSite #FormCadEmail #Nome, #Geral #FaixaVermelhaSite #FormCadEmail #Email, #Geral #FaixaVermelhaSite #FormCadEmail #CadEmail {
	font-size: 10px;
	color: #BC0000;
	width: 125px;
	background-color: #E6E6E6;
	border: 1px solid #999999;
}
#Geral #FaixaVermelha {
	background-color: #d31a11;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	list-style-position: inside;
	height: 25px;
}
#Geral #FaixaVermelha ul {
}
#Geral #FaixaVermelha li {
	float: left;
}
#Geral #FaixaVermelha a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 28px;
	padding-left: 28px;
}
#Geral #FaixaVermelha a:hover {
	background-color: #B3170F;
}
#Geral #Corpo {
	background-position: center top;
	padding: 20px;
	/*position: relative;*/
}
#Geral #Corpo #Titulo {
	position: relative;
	height: 30px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D31A11;
	background-image: url(../images/titulo_fundo.png);
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D31A11;
	text-transform: uppercase;
	padding-top: 14px;
	margin-bottom: 20px;
}
#Geral #Corpo #Texto {
}
#Geral #Corpo #DivEsquerda {
	background-image: url(../images/pontilhado_vertical.png);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	width: 366px;
	padding-right: 14px;
}
#Geral #Corpo #DivDireita {	
	clear: right;
	float: left;
	width: 366px;	
	padding-left: 14px;
}
#Geral #Corpo #DivEsquerdaContato {
	background-image: url(../images/pontilhado_vertical.png);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	width: 266px;
	padding-right: 14px;
}
#Geral #Corpo #DivDireitaContato {	
	clear: right;
	float: left;
	width: 466px;	
	padding-left: 14px;
}

#Geral #Corpo .TdTopRight {
	text-align: right;
	vertical-align: top;
}
#Geral #Corpo #Galeria {
	margin: auto;
	background-position: center;
	text-align: center;
}
#Geral #Rodape {
	background-color: #1A5FB5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
}
