html {
	font-family: Tahoma, Arial, Verdana, Swiss, Helvetica, Geneva, SunSans-Regular;
	font-weight: 400; /* normal */
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
	background-color: #7FA81C;
	
	min-height: 100%; 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#648415', endColorstr='#8ab71f');/*For IE7-8-9*/ 
    background: -webkit-gradient(linear, left top, left bottom, from(#648415), to(#8ab71f));    /* for webkit browsers */
    background: -moz-linear-gradient(top, #648415, #8ab71f);    /*Mozilla*/
    background: -ms-linear-gradient(top, #648415 0%, #8ab71f 50%);     /*Microsoft*/
    background: -o-linear-gradient(#648415, #8ab71f);
    background-repeat: no-repeat;
    background-attachment: fixed;
	min-width: 300px;
}

body {
	width: 100%;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 1.125em;
	line-height: 1.875em;
	font-weight: normal;
	margin: 0;
	clear: both;
}

h2 {
	color: #1491FF;
	font-size: 0.875em;
}

h3 {
	color: #1491FF;
	font-size: 0.775em;
}

a {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	font-size: 0.85em;
}

iframe {
	border: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

div {
	position: relative;
	margin-bottom: 1.25em;
}

p {
	text-align: justify;
	font-size: 0.750em;
}

p a {
	font-size: 1em;
}

img {
	height: auto;
	width: auto;
	max-width: 100%;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5625em;
}

th {
	border: 1px;
	border-bottom-style: solid;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-color: #2F2F2F;
	color: #1491FF;
}

td {
	font-size: 0.875em;
	border: 1px;
	border-bottom-style: solid;
	padding-left: 0.625em;
	padding-right: 0.625em;
	overflow: hidden;
	border-color: #2F2F2F;
	border-right-style: dashed;
	border-left-style: dashed;
	vertical-align: middle;
}

td a {
	text-decoration: underline;
	font-size: 1em;
	color: #1491FF;
}

span {
	font-size: 0.875em;
}

textarea {
	height: 250px;
	max-width: 100%;
}

.shadow {
	-moz-box-shadow:    inset 0 0 20px #8ab71f;
	-webkit-box-shadow: inset 0 0 20px #8ab71f;
	box-shadow:         inset 0 0 20px #8ab71f;
}

.greenBackground {
	background: url("imgsGerais/separador_verde.png");
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

.colorTitle {
	color: #648415;
}

.mainSelect {
	width: 15px;
	height: 15px;
	float: right;
}

.hide {
	display: none;
}

.iTotal input[type="text"], .iTotal input[type="file"], .iTotal input[type="password"], .iTotal textarea {
	width: 100%;
}

.iHalf input[type="text"], .iHalf input[type="file"], .iHalf input[type="password"], .iHalf textarea {
	width: 50%;
}

.iThird input[type="text"], .iThird input[type="file"], .iThird input[type="password"], .iThird textarea {
	width: 50%;
}

.cTotal {
	width: 100%;
}

.cQuarter {
	width: 25%;
}

.cThird {
	width: 33%;
}

.cHalf {
	width: 50%;
}

.cTThird {
	width: 66%;
}

.lFloat {
	float: left;
}

.rFloat {
	float: right;
}

.block {
	min-height: 175px;
	max-height: 250px;
	border: 1px;
	border-color: #BBBBBB;
	border-style: solid;
	border-radius: 5px;
	overflow: hidden;
}

.block > form, .block > h2 , .block > p {
	margin-left: 5px;
}

.celulaPequena {
	width: 10%;
}

.celulaMedia {
	width: 20%;
}

.celulaGrande {
	width: 40%;
}

.sobressairLinha {
	background-color: #C9FFB7;
}

.sobressairLinhaVermelho {
	background-color: #FFDDDD;
}

.sobressairTexto {
	color: red !important;
}

.tAlignCenter {
	text-align: center;
}

.sobressairLink {
	text-decoration: underline;
	font-weight: bold;
	color: #1491FF;
}

.detailsZone {
	font-size: 0.6875em !important;
	font-weight: bold;
	color: #0082d6;
}

.listaOpcoes a{
	/*font-weight: bold;*/
	color: #0082d6;
}

.minimized {
	display: none;
}

#wrapper {
	width: 95%;
	margin: 1.25em auto;
	max-width: 1100px;
	background-color: #FFFFFF;
	padding: 1.25em;
	border-radius: 1.875em;
}

#top ul, #top ol, .block ul, .block ol {
	list-style:none; 
	list-style-image:none; 
	margin:0; 
	padding:0;
}

#top li {
	float: left;
	margin-right: 0.25em;
	padding-right: 0.25em;
	border-right: 1px solid #0082d6;
}

#top li:last-child {
	border: 0;
}

#top li a{
	font-weight: bold;
	color: #0082d6;
}

#linguas {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	z-index: 2;
	cursor: default;
}

#linguas  img{
	width: 1.5625em;
	height: 1.5625em;
	margin: 0 0.125em 0 0.125em;
	border: 0;
	cursor: pointer;
}

#top {
	text-align: right;
	overflow: hidden;
}

#content {
	text-align: justify;
	min-height: 640px;
}

#content p {
	font-size: 1em;
}

#content span {
	font-size: 1em;
}

#slider {
	overflow: hidden;
}

#slider img {
	width: 100%;
	height: auto;
}

#sidebar {
}

#sidebar h2 {
	font-size: 0.875em;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 14px;
	margin: 5px;
	font-weight: bold;
}

#sidebar p {
	font-size: 13px;
}

#sidebar img {
	border: 0;
	margin: 0.625px 0.9375px 0.625px 0.625px;
}

#sidebar a {
	color: #0082d6;
	font-size: 0.875em;
}

#feedNoticiasWrapper {
	padding-left: 5px;
}

#bottom {
	min-height: 25px;
	color: #99B03B;
}

#bottom p {
	margin-top: 0.3125em;
	margin-bottom: 0.3125em;
	font-size: 0.75em;
	text-align: right;
}

#bottom a {
	color: #0082d6;
	font-size: 1em;
}

#textZone {
	min-height: 600px;
}

/*Inicio Noticias*/
#newsFeedDiv  a{
	font-size: 1em;
}

#newsFeedDiv  h1{
	font-size:1.125em;
}
/*Fim Noticias*/

/* -- Media query 1 (mq1)
------------------------------------------------------------- */
@media only screen and (min-width: 48.8125em) { /* Desktop */
	.tCompleto {
		display: block;
	}
	
	.tHalf {
		display: none;
	}
	
	.tMin {
		display: none;
	}
	
	.block img {
		display: block;
	}
	
	.aBottom {
		position: absolute;
		bottom: 0;
		margin: 0;
	}
}

/* -- Media query 2 (mq2)
------------------------------------------------------------- */
@media only screen and (max-width: 48.75em) { /* 16 / 780 */
	#wrapper {
		width: 90%;
	}
	
	.tCompleto {
		display: block;
	}
	
	.tHalf {
		display: none;
	}
	
	.tMin {
		display: none;
	}
	
	.mq2-cHalf {
		width: 50%;
	}
	
	.mp2-cTotal {
		width: 100%;
	}
	
	.block img {
		display: block;
	}
	
	.aBottom {
		position: absolute;
		bottom: 0;
		margin: 0;
	}
}
    
/* -- Media query 3 (mq3)
------------------------------------------------------------- */
@media only screen and (max-width: 39em) { /* 16 / 624 */
	#wrapper {
		width: 85%;
	}
	
	.tCompleto {
		display: none;
	}
	
	.tHalf {
		display: block;
	}
	
	.tMin {
		display: none;
	}
	
	.block img {
		display: none;
	}
	
	.mq3-cHalf {
		width: 50%;
	}
	
	.mq3-cTotal {
		clear: both;
		width: 100%;
	}
	
	.mq3-none {
		display: none;
	}
	
	.aBottom {
		position: relative;
	}
}
    
/* -- Media query 4 (mq4)
------------------------------------------------------------- */
@media only screen and (max-width: 24.375em) { /* 16 / 390 */
	#wrapper {
		width: 80%;
	}
	
	.tCompleto {
		display: none;
	}
	
	.tHalf {
		display: none;
	}
	
	.tMin {
		display: block;
	}
	
	.mq4-cTotal {
		clear: both;
		width: 100%;
	}
	
	.mq4-none {
		display: none;
	}
	
	.aBottom {
		position: relative;
	}
}
