/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 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;
}
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;
}
/* http://brasil.gov.br 
   v1.0 | 20130923
   License: none (public domain)
*/
body {
    background-color: #fcfcfc;
    color: #000;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 62.5%;
}

.none{
	display: none;
}

#wrapper {
    font-size: 1.2em;
}
#header {
    background-color: #0A5517;
  	background-image: radial-gradient(ellipse at center, #19882c 1%,#025310 100%);
    color: #FFFFFF ;
    padding: 15px 0 0;
}
#main {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1.3em;
    margin: 0 auto;
    max-width: 960px;
    padding: 4.1em 0 1.5em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left:2em;
    padding-right:2em;
    background-color: #FFFFFF;
    min-height: 500px;
}
#header > div {
    margin: 0 auto;
    max-width: 960px;
    padding: 10px;
    
}
#sobre {
   /* background: none repeat scroll 0 0 #FFFFFF;*/
   background: #00420c;
   clear: both;
   margin: 0;
   max-width: 100% !important;
   padding-bottom: 10px;
    
   /* background: url(../imagens/barra_topo.jpg) 0 bottom repeat-x;*/
}

#sobre > div {
    margin: 0 auto;
    max-width: 960px;
    padding: 10px;
    
}


#accessibility {
display: block !important;
float: left;
font-size: 0.8em;
width: 50%;
margin-left: 0;
}
#accessibility li {
display: inline;
}
#accessibility a {
color: #DCFFE3;
margin-right: 8px;
text-decoration: none;
}

#accessibility span {
background: none repeat scroll 0 0 #9ED5AB;
color: #006600;
padding: 0 4px;
}


#footer {
 background: #034811;
 padding: 20px 0;
 width: 100%;
 min-height: 50px;
 color: #fff;
}

#footer .footer-logos {
max-width: 100%;
margin: 0 0 -20px;
padding: 2em 0;
background: #00420c;
}
portalmodelomedia="all"
#footer>div {
max-width: 960px;
margin: 2em auto;
padding-top: 1em;
}

#accessibility {
    display: block !important;
    float: left;
    font-size: 0.8em;
    width: 50%;
}
#accessibility a, #sobre a {
    color: #DCFFE3;
    margin-right: 8px;
}
#accessibility li, #sobre li  {
    display:inline;
}

.logoTop{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.idiomasTop{
	text-align: right;
}

.titulo1{
	padding-top: 10px;
	font-weight: 800;
	font-size: 46px;
	margin: 0px;
}

.titulo2{
	padding-top: 10px;
	padding-bottom: 10px;
}
.imgfooter1{
	display: table-cell;
	padding-left: 12%;
}
.imgfooter2{
	display: table-cell;
	text-align: right;
	width: 100%;
	padding-right: 12%;
}

.imgAviso{
	width: 68px;
	height: 68px;
}

.imgPosicao{
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}
.txtPosicao{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.center{
	text-align: center
}
/* Site Actions */
#portal-siteactions {
	/*margin-right: -20px;*/
	display: block;
	float: right;
	clear: none;
	/*border-bottom: 1px dotted #D9DBD6;*/
	padding-bottom: 5px;
}


#portal-siteactions li {
	display: inline;
}

#portal-siteactions a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 0 4px 10px;
	text-transform: uppercase;
	
}

#portal-siteactions a:hover {
	color: #fff !important;
}

#social-icons {
	float: right;
	clear: right;
	margin: 1em 0;
}

#social-icons ul {
	display: table-row;
}

#social-icons li {
	display: table-cell;
}

#social-icons li a {
	border: none;
	padding: 0 5px;
}


a:link, #content a:link, dl.portlet a:link {
    border-bottom: medium none !important;
    color: #2C67CD;
}
h2 {font-size:1.6em;
	color:#666;
	background: #e5e5e5;
	padding:0.5em;
	border-left: 2em solid #b2b2b2;
}
label {font-size:1.2em; color:#666; clear:right; display:block; margin-bottom: 0.6em;}
form input[type="text"], select {
    background-color:#f2f2f2;
    border:1px solid #ccc;
    padding:0.5em;
    margin-bottom: 1em; 
}
form textarea {
    background-color:#f2f2f2;
    border:1px solid #ccc;
    padding:0.5em;
    margin-bottom: 1em; 
    width:700px;
    clear:right; display:block; 
    
}
form a {color:red;
        text-decoration:none;
        }
.botaoForm {
    padding:0.5em;
    background-color:#036;
    border:1px solid #000;
    color:#fff;
    font-weight:bold;
	}
legend {margin-bottom:2em;}


