/* ITENS DO HTML PADRÃO */
* { margin: 0; padding: 0; }
body { text-align:center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a { color:#013451; text-decoration:none; }
img { border: none; }
p { margin-bottom: 10px; }
ul { margin: 0 0 20px 20px; }
h1 { font-size:22px; font-weight:bold; margin-bottom:20px; color: #013451; }
h2 { font-size:18px; font-weight:bold; margin-bottom:20px; color: #013451; }
h3 { font-size:14px; font-weight:bold; margin-bottom:10px; color: #013451; }
h4 { font-size:12px; font-weight:bold; }
/*
 * Show image placeholders
 */
@-moz-document url-prefix(http), url-prefix(file) {
	img:-moz-broken{
		-moz-force-broken-image-icon:1;
		width:24px;
		height:24px;
	}
}

/* PADROES DA AGÊNCIA, NÃO PRECISA ALTERAR NADA */
input[type=text], input[type=password], input[type=file], textarea, select { border: solid 1px #CCC; vertical-align: baseline; }
form { display: inline; }
button, input[type=button], input[type=submit], input[type=reset] { padding-left: 2px; padding-right: 2px; }
.clear { height:0; overflow:hidden; visibility:hidden; clear:both; font-size:1px; }
.tab { padding:5px; border: 1px dashed #C0C0C0; }
.tabSB { padding:0px; border: 0px; }
.tabhea { background-color:#666; font-weight: bold; color:#F7F7F7; padding:5px; vertical-align:top; text-align:center; font-size:14px; }
.hea { background-color: #F7F7F7; font-weight: bold; color:#000; padding:5px; vertical-align:top; }
.lab { padding-right:10px; text-align:right; padding-top:4px; padding-bottom:4px; }
.dat { padding-top:4px; padding-bottom:4px; }
.cou { background-color: #F4F4EC; color:#666; padding:5px; text-align:center; font-size:9px; }
.foo { background-color: #F7F7F7; font-weight: bold; padding:5px; }
.off { filter:alpha(opacity=30); opacity:0.3 }
.aviso, .avisoOK, .erro { border:1px dashed #CCC; text-align:center; padding:10px; font-size:12px; font-weight:bold; margin-bottom: 10px; }
.aviso { background-color:#FFFFCC; color:#F60; }
.avisoOK { background-color:#DDFDBD; color:#060; }
.erro { background-color:#FFDDDE; color:#600; }
.rad10 { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.rad05 { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.rad10S { border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
.rad10I { border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; }
.rad05S { border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
.rad05I { border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
.fundoTransparente { background-color: rgba(22, 21, 17, 0.75); /* R G B Alpha */ filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#cc161511', EndColorStr='#cc161511'); /* Alpha R G B */ }
.margemCima { margin-top: 20px !important; }
.margemBaixo { margin-bottom: 20px !important; }



/* ESTRUTURA DESTE SITE */
body {
	margin: 0px;
	background-image: url(../images/back-site.jpg);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
}
#tela {
	margin: auto;
	width: 960px;
	text-align: left;
}
#barra1 {
	float: left;
	height: 13px;
	width: 960px;
}
#data {
	width:230px;
	height:35px;
	line-height: 35px;
	float:left;
	padding-left:20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contato {
	width:620px;
	height:45px;
	float:left;
	padding-left:55px;
	color: #FFF;
	line-height: 45px;
}
#contato * {
	display: inline;
	margin: 0;
}
#contato a {
	color: #7692a0;
	font-family: "Times New Roman", Times, serif;
	margin-left: 10px;
}
#contato a:hover {
	color: #fff;
}
#contato img {
	vertical-align: middle;
}
#topo {
	float: left;
	height: 196px;
	width: 960px;
	background-image: url(../images/topo.jpg);
	background-repeat: no-repeat;
	background-color: #EBEBEB;
}
#topo1 {
	float: left;
	height: 30px;
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCC;
	padding-top: 15px;
	padding-left: 10px;
	text-align: center;
}
#topo2 {
	float: left;
	height: 40px;
	width: 680px;
	padding-left: 20px;
	padding-top: 5px;
}
#bandeiras {
	float: left;
	height: 40px;
	width: 730px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}
#caminho {
	float: left;
	height: 20px;
	width: 645px;
	margin-left: 97px;
	padding-top: 0px;
	margin-top:73px;
}
#caminho b {
	color: #013451;
	font-weight: normal;
}
#menue {
	float: left;
	width: 265px;
	padding-top: 10px;
}
#menue a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
	display: block;
	float: left;
	height: 30px;
	width: 185px;
	border-bottom: 1px solid #06C;
	padding-top: 10px;
	margin-left: 20px;
	background:url(../images/seta-05.png) no-repeat left center;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menue a:hover {
	color: #4cb3d2;
	opacity: 1;
	filter: alpha(opacity=100);
}
#logo {
	float: left;
	height: 119px;
	width: 170px;
	/*background:url(../images/logo.png) no-repeat center top;*/
	margin-left: 40px;
}
#logo a {
	float: left;
	height: 140px;
	width: 245px;
	display:block;
}
#centro {
	float: left;
	width: 960px;
	background-image: url(../images/back-menu.jpg);
	background-repeat: repeat-y;
}
#conteudo {
	float: left;
	width: 695px;
	background-color: #FFF;
	min-height: 400px;
	_height: 400px;
}
#home1 {
	float: left;
	width: 260px;
	background-color: #FFF;
	margin: 0 20px 0 10px;
	_margin-left: 5px;
}
#home1 img {
	margin-bottom: 10px;
}
#home2 {
	float: left;
	width: 390px;
	background-color: #FFF;
	height: 200px;
}
#home2a {
	float: left;
	width: 160px;
	padding-top: 15px;
	padding-left: 20px;
}
#home2a a {
	color: #666;
}
#home2a a:hover {
	color: #013451;
}
#home3 {
	float:left;
	width:370px;
	height:25px;
	padding-left:20px;
	color:#013451;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	line-height: 25px;
}
#banner {
	float: left;
	height: 195px;
	width: 670px;
	background-color: #FFF;
	text-align: center;
	margin: 10px 0 10px 10px;
	_margin-left: 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#banner img {
	width: 670px;
}
#banner .slide .painel {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	height: 175px;
	padding: 10px;
	background-color: rgba(22, 21, 17, 0.75); /* R G B Alpha */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#cc161511', EndColorStr='#cc161511'); /* Alpha R G B */
	color: #FFF;
	text-align: left;
}
#banner .slide .painel a {
	color: #FFF;
}
#rodape1 {
	float: left;
	height: 40px;
	width: 940px;
	background-image: url(../images/rodape.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #670001;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	padding-top: 60px;
	padding-right: 20px;
	line-height: 16px;
}
#rodape2 {
	float: left;
	height: 50px;
	width: 960px;
}
.estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.estilo2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
	line-height: 18px;
}
.estilo3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 22px;
}
.estilo4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
}
.estilo5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.estilo6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
	vertical-align:middle;
}
.estilo7 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
}
.magemPadrao {
	padding: 20px;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	background-color: #013451;
	padding: 6px 20px;
	margin: 0;
}
ul.lista {
	margin:0;
	padding:0;
}
ul.lista li {
	margin: 0 0 0 14px;
	padding: 0;
}
.link {
	width: 150px;
	margin: 0 10px 10px 10px;
	float: left;
	text-align: center;
}
.link .imagem {
	width: 150px;
	height: 116px;
	overflow: hidden;
}
.link h4 {
	margin: 10px 0 0 0;
}
.menor {
	font-size: 11px;
}
.saibaMais {
	padding-top: 10px;
	text-align: right;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
