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

body {
	background: #000 url(/imagens/sitebuild/fundo.png) left top repeat-x;
	margin: 0 5px;
	padding: 0;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

img {
	border: 0;
	}
span.precoazul {
	font-size: 12px;
	color: #00A7EE;
	font-weight: bold;
	}
span.precoverde {
	font-size: 12px;
	color: #86CE08;
	font-weight: bold;
	}
span.precoamarelo {
	font-size: 11px;
	color: #F9B30F;
	font-weight: bold;
	}
span.precoencarnado {
	font-size: 11px;
	color: #E20A16;
	font-weight: bold;
	}

#contenttop {
	background: transparent url(/imagens/sitebuild/fundo-top.png) center top no-repeat;
	width: 940px;
	margin: 0 auto;
	}

#header {
	width: 940px;
	height: 142px;
	position: relative;
	}
#header img.logo {
	position: absolute;
	left: 30px;
	top: 20px;
	}
#header .menu {
	position: absolute;
	right: 20px;
	top: 105px;
	height: 22px;
	width: 780px;
	text-align: right;
	}
#header .menu a {
	margin-left: 28px;
	}

#destaques {
	padding-top: 30px;
	}
#destaques .destaque {
	width: 220px;
	margin-right: 20px;
	float: left;
	background-color: #202020;
	}
#destaques .destaque img.foto {
	border-top: 1px solid #131313;
	border-bottom: 1px solid #060606;
	width: 220px;
	height: 80px;
	}
#destaques .destaquetexto {
	position: relative;
	width: 200px;
	height: 135px;
	padding: 10px 10px 0 10px;
	}
#destaques .destaquetexto img.botao {
	position: absolute;
	right: 0;
	bottom: 0;
	}
#destaques .destaquetexto p {
	margin: 0;
	padding: 0;
	}
#destaques .destaquetexto ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: square;
	line-height: 1.3em;
	}
#destaques .destaquetexto ul a {
	text-decoration: none;
	color: #ccc;
	}

#contentbottom {
	background: transparent url(/imagens/sitebuild/fundo-cs.gif) left bottom no-repeat;
	width: 940px;
	margin: 0 auto 30px;
	}
#contentbottom .creativestation {
	float: left;
	width: 420px;
	border-top: 1px solid #E20A16;
	padding: 20px 20px 8px 20px;
	background-color: #202020;
	margin-right: 20px;
	}
#contentbottom .creativestation p {
	margin: 0 0 0.8em 0;
	padding: 0;
	text-align: justify;
	}
#contentbottom .inscricoes {
	float: left;
	width: 220px;
	margin-right: 20px;
	background-color: #ccc;
	color: #000;
	}
#contentbottom .inscricoes .inscricoestexto {
	width: 200px;
	padding: 10px 10px;
	}
#contentbottom .inscricoes .inscricoestexto p {
	margin: 0 0 0.8em 0;
	padding: 0;
	text-align: justify;
	font-size: 10px;
	}
#contentbottom .inscricoes .inscricoestexto p span {
	font-size: 15px;
	font-weight: bold;
	}
#contentbottom .inscricoes .inscricoestexto p a {
	color: #000;
	text-decoration: none;
	}
#contentbottom .inscricoes .inscricoestexto p a:hover {
	color: #E20A16;
	}
#contentbottom .inscricoes img.foto {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#contentbottom .banner {
	float: left;
	width: 220px;
	}

#footer {
	border-top: 1px solid #6a6a6a;
	width: 920px;
	margin: 30px auto;
	color: #6a6a6a;
	font-size: 11px;
	text-align: left;
	padding: 5px 10px;
	}
