@charset "iso-8859-1";
/* Global */

* { outline:none; }
body {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	color: #9A1816;
	font-size: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h2 {
	font-family: Calibri, arial, sans-serif;
	font-size: 20px;
	margin: 0px;
	color: #000;
	font-weight: bold;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 14px;
	font-weight: bolder;
}
a {
	text-decoration: none;
	color: #C00;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a.bullet {
	padding-left: 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.bullet:hover { }
p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	white-space: normal;
}
p.date {
	margin: 0px;
	font-family: calibri, helvetica, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	white-space: normal;
}

div.siteFX {
	background-image: url(../images/bg-topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 940px;
	margin-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
}
div.topo {
	float: left;
	width: 940px;
	height: 130px;
	margin-bottom: 30px;
}
div.logo {
	float: left;
	margin-top: 20px;
	margin-left: 100px;
}
div.menu {
	float: right;
	clear: right;
	margin-top: 20px;
	margin-right: 20px;
}
div.menu li {
	list-style-type: none;
	display: inline;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
div.conteudo {
	float: left;
	width: 880px;
	padding-right: 30px;
	padding-left: 30px;
}
/* Principal */ 
div.divisoes {
	float: left;
	width: 450px;
	margin-top: 30px;
}
div.divisoes-img {
	float: left;
	margin-right: 10px;
	height: 186px;
}
div.divisoes-txt {
	float: left;
	padding-left: 10px;
	height: 186px;
	border-left-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	width: 65%;
}
div.divisoes-txt a {
	color: #333;
	font-weight: bold;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


div.lancamentos {
	float: right;
	width: 420px;
	height: 220px;
	background-image: url(../images/bg-destaque.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div.lancamentos #mc-lanca {
	position:relative;
	z-index:5;
	height: 33px;
	width: 42px;
	top: -60px;
	left: -50px;
	right: 0px;
	bottom: 0px;
}
div.cont-aux {
	width: 880px;
	float: left;
	margin-top: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 20px;
	background-color: #F7F7F7;
	padding-bottom: 20px;
}
div.cont-aux #cont-home {
	width: 280px;
	margin-left: 10px;
	float: left;
}
div.cont-aux #cont-homeNot {
	width: auto;
	margin-left: 10px;
	float: left;
}
div.img-ambiente {
	float: left;
	width: auto;
	margin-right: 5px;
}
div.footer {
	float: left;
	width: 920px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
div.footer p {
	border-top-width: 3px;
	text-align: center;
	font-size: 12px;
	color: #333;
	margin: 0px;
}
div.footer a {
	text-align: center;
	font-size: 12px;
	color: #900;
	font-weight: normal;
}
/* Internas */
div.conteudo-int {
	float: left;
	width: 880px;
	margin-top: 30px;
}
div.conteudo-contexto {
	float: right;
	clear: none;
	width: 650px;
	margin-left: 30px;
}

div.conteudo-int-lat {
	float: left;
	clear: right;
	width: 200px;
}
div.conteudo-int-lat h3 {
	background-color: #FFF;
	color: #690001;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
div.conteudo-int-lat li {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	list-style-type: none;
	list-style-position: inside;
}
div.conteudo-int-lat li a {
	background-color: #F3F3F3;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333;
}
div.conteudo-int-lat li a:hover {
	background-color: #E2E2E2;
	color: #333;
	text-decoration: none;
}
div.conteudo-int form {
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
div.conteudo-int input, div.conteudo-int textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	background-color: #F7F7F7;
	font-family: calibri, helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
}
div.conteudo-int input#button {
	color: #FFF;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.conteudo-contexto2 {
	width: 100%;
	float: left;
}
div.conteudo-contexto2 .boxBloc {
	float: left;
	width: 355px;
	margin-right: 40px;
}
.bloc{
	margin-bottom: 10px;
	float: left;
	margin-right: 11px;
	margin-left: 11px;
}





div.cont-aux #cont-interna {
	width: 565px;
	margin-left: 14px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 10px;
}
