@charset "UTF-8";

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration: none;
}
hr{
	border:none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*******************
Corpo do documento
*******************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contentContainer{
	width: 940px;
	margin: 20px auto;
}

.navSelecoesCada{
	font-family: 'zineslab-regular', Helvetica, Arial, sans-serif;
	width: 200px;
	height: 210px;
	margin-right: 20px;
	float: left;
}

.selecaoLink {
	font-size: 25px;
	line-height: 1.1;
	color: #000; 
	display: block;
	padding: 12px;
	width: 176px;
	height: 26px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f1f1;
}

.selecaoLink img{
	width: 37px;
	float: left;
	margin-right: 12px;
	opacity: 0.3;
}

.navSelecoesCada.hover .selecaoLink {
	color: #6f6f6e; 
    background-color: #c6c6c5;
}

.navSelecoesCada.ativo .selecaoLink {
	color: #f2f1f1; 
    background-color: #6f6f6e;
}

.navSelecoesCada.hover .selecaoLink img {
	opacity: 0.7;
}

.navSelecoesCada.ativo .selecaoLink img {
	opacity: 1;
}

.subnavSelecoesCada ul{
	width: 200px;
	margin-top: 5px;
}

.subnavSelecoesCada ul li a{
	font-size: 20px;
	line-height: 1;
	color: #000; 
	display: block;
	padding: 4px 12px;
	width: 176px;
	height: 20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f1f1;
    margin-bottom: 5px;
}

.subnavSelecoesCada ul li a.hover{
	color: #6f6f6e; 
    background-color: #dadad9;
}

.subnavSelecoesCada ul li a.ativo{
	color: #f2f1f1; 
    background-color: #6f6f6e;
}

.navSelecoesCada .subnavSelecoesCada{
	display: none;
}

.navSelecoesCada.ativo .subnavSelecoesCada{
	display: block;
}

.navSelecoesCada.hover .subnavSelecoesCada{
	display: block;
}

.conteudoCampo{
	clear: both;
	width: 940px;
	height: 610px;
}

.esquemaTexto{
	font: 15px/21px "open_sansbold", sans-serif;
	text-align: right;
	position: absolute;
	width: 280px;
	margin: -210px 0 0 610px;
	padding: 20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f1f1;
}

.esquemaTexto b{
	font-family: 'zineslab-regular', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	color: #6f6f6e;
}
