/* Para o DIV com o logótipo */
.logotipo {
	width: 159px;
}
/* Para o DIV com o slogan */
.slogan {
	padding-left: 20px;
	padding-bottom: 7px;
}
/* Para o DIV com o módulo de procura */
.procurar {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
.breadcrumb {
	font-size: 90%;
	padding: 8px 15px;
	margin: 0 0 0px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* Para o DIV com o módulo de navegação */
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}
/* Para o DIV com o Menu da Revista */
.menurevista {
	padding-left: 0px;
	text-align: right;
	font-size: 88%;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #1f5c52;
}
.menurevista:hover {
	color: #02c1a3;
}

/* Para o DIV com o Menu Principal */
.menuprincipal {
	background-color: #85c030;
}
/* Para DIV's principais onde vão ser incluídos todos os restantes */
.contentor {
	position: relative;
	width: 960px;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
/* Para o DIV onde são apresentados os conteúdos */
.centro {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
/* Para o DIV da coluna da esquerda */
.centro-esquerda {
	width: 20%;
	padding-left: 0px;
	padding-right: 10px;
}
/* Para o DIV da coluna da direita */
.centro-direita {
	width: 80%;
	padding-left: 30px;
	padding-right: 5px;
	color: #1f5c52;
}
.fundo-esquerda {
	width: 50%;
	height: 150px;
	padding-right: 50px;
}
.fundo-direita {
	width: 50%;
	height: 150px;
	padding-left: 50px;
	vertical-align: top;
	color: #396a62; 
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.fundo-botao {
	width: 100%;
	height: 50px;
}
.linkssugerigos a {
	display: in-line;
	padding-left: 0px;
	text-decoration: none;
	text-align: left;
	color: #1f5c52;
}
.linkssugerigos a:hover {
	color: #02c1a3;
	background-color: #EEEEEE;
}
.linksgerais a {
	display: block; 
	height:100%; 
	width:100%;
}
.linksgerais a:hover {
	background-color: #EEEEEE;
}

/* Elementos HTML */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    margin-top: 25px;
	font-family: 'Roboto', sans-serif;
	padding: 0;
    border: 0;	
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	width: 130px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
hr {
	color: #f0f0f0;
    margin-left: auto;
    margin-right: auto;
}
a {
	color: #84c02f;
}
a:hover {
	color: #227568;
}
html, 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;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Para associar aos DIV's que formam as tabelas */
.rTable {
	display: table;
}
.rTableRow  {
	display: table-row;
}
.rTableHeading {
	display: table-header-group;
}
.rTableBody {
	display: table-row-group;
}
.rTableFoot {
	display: table-footer-group;
}
.rTableCell, .rTableHead {
	display: table-cell;
	/* border: 1px solid black; */
}

/*
div.modal {
	position: absolute;
	left: 50%;
	width: 970px;
	margin-left: -25%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
*/