/* Defaults / Desktop View */

body {
	font:normal 14px/17px Arial,sans-serif;
	color:#333;
    background-image: url("fundo.jpg");
        font-family:Arial, Helvetica, sans-serif;
	line-height:195px;
}


#content {
    margin-bottom: 30px;/*same as footer height*/
}
#footer{
    position: fixed;
    bottom:0;
    height: 50px;
    background: #eee;
    width: 100%;
    text-align: center;
}


img {
    border: 0;
}

.toggle-nav {
    display: none;    
}

    #menu {
        width:100%;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#335999;
    }

.tooltip{
    background:blue;
    color:white;
    padding:5px;
    box-shadow:0 0 10px 0 rgba(0, 0, 0, 1);
    border-radius:10px;
    opacity:0;
}

#menu ul {
    display:inline-block;
}

#menu a {
	color:#FFF;
	display:block;
	text-decoration:none;
}
#menu a:hover {
	color:#335999;
	background:#CCF;
}

#menu ul li:last-child {
    margin-right:0px;
}


/*----Header-------*/

#masthead p {
	margin:0;
}
#masthead p.title {
	padding:0px;
	background:#335999;
	color:#FFF;
	font-size:16px;
}

div.contentBox {
	margin-bottom:0px;
}
div.widgetMisc {
	color:#FFF;
	background:#21a1d4;
	padding:5px;
	font-style:italic;
	text-align:center;
}

div.widgetMisc a:link, div.widgetMisc a:visited {
color:#FFFFFF;
text-decoration: none;
}

#featureWrap {
	width:100%;
	overflow:hidden;
}
#featureWrap .feature {
	float:left;
	width:240px;
	margin:0 10px 0 0;
	border:1px solid #CCC;
	padding:7px;
}
#featureWrap .feature p {
	margin:0;
}
#featureWrap .feature p.title {
	padding:12px 0;
}
#featureWrap .feature p.title a {
	color:#335999;
	text-decoration:none;
	font-size:20px;
}
#featureWrap .feature p.desc {
	font-size:12px;
	line-height:19px;
	color:#555;
}
#featureWrapClear {
	clear:left;
}
#wrap {
	width:980px;
	margin:0 auto;
}
#wrapClear {
	clear:left;
}
#nav {
}
#content {
	margin-left:0px;
	float:left;
        width: 800px;
}
#navClear {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
padding: 0px;
}

h2, h3 {
border: 1px;
color: #83B441;
}

a:link, a:visited {
color:#384E80;
text-decoration: none;
}

a:hover, a:active {
color: #5F822F;
text-decoration: underline;
}

p {
margin-bottom: 18px;
}
p2 {
color: #FFFFFF;
margin-bottom: 18px;
font-weight: 100;
}
/*CSS na borda da tabela*/

.bordered table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
	margin:0;
        text-align: center;
}


.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.divider {
color: #DCF4F4;
}

/** HEADER */

header h1 {
margin: 0;
padding: 0 0 0 20px;
line-height: normal;
float: right;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #384E80;
font-size: 58px;
}

header h1 a:hover { 
text-decoration: underline; 
}

/** ARTICLES **/

article {
padding-right: 15px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 8px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 8px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* sidebar and footer widget blocks */

aside h3 {
color: #5F822F;
font-size: 18px;
}

aside ul {
list-style: inside url(../imagens/arrow.gif);
}

/* CSS validade*/


label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

p {
	clear: both;
}

#footer-area {
background: #384E80;
color: #DCF4F4;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 940px;
}

footer aside h4 {
color: #DCF4F4;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #DCF4F4;
}

footer a:hover { 
text-decoration: underline; 
}


/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:-10px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#dce9ff;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#0FFFFF;
            text-decoration:none;
        }
 
  
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:0px;
        border-radius:0px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#edf4fc;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active2 {
            display:block;
        }
  li.active2 a, li.active2 a:hover {
        background:#edf4fc;
        color:#000000;
    }
