/* ESTRUTURA *******************/

body{font-family:Arial, serif; font-size:14px; color:#333;}

body.home{
	height:170px;
	background:url('img/body-bg.png') 0 0 repeat-x #FFF; 
	}
	
body.interna{
	height:215px;
	background:url('img/body-bg-interna.png') 0 0 repeat-x #FFF; 
	}
	
a{ text-decoration:none; color:#CB0100;}
a:visited{color:#CB0100;}
a:hover{text-decoration:underline;}
p{ margin:0 0 10px;}

.last{ margin-right:0 !important; padding-right:0 !important;}

#header{ 
	width:930px; 
	display:table; 
	margin:0 auto; 
	background:url('img/header-bg.png') 0 0 no-repeat transparent;
	}

#header.home{
	height:170px;	
	}
	
#header.interna{
	height:215px; 
	}
	
#banner{
	width:997px;
	height:300px;
	margin:0 auto;
	}
	
#content{ 
	width:930px; 
	display:table; 
	margin:0 auto;
	}
	
#footer{ 
	width:100%; 
	background-color:#F3F3F3;
	display:table;
	}

#footer-content{
	width:930px; 
	display:table; 
	margin:0 auto;
	}		
	
/* HEADER *******************/

#logo-header{  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	
 	margin: 37px 0 0;
	float:left;
	}
	
#menu-header{
    float: left;
    margin: 0 0 0 70px;
	}

#menu-header ul{
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	}
	
#menu-header ul li{
	float:left;
	margin: 0 5px;
	height: 105px;
	}	

#menu-header ul li a{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding: 0 10px;
	margin-top: 80px;
	display: block;
	}
	
#menu-header ul li a:hover{
	text-decoration:underline;
	}

#menu-header .active{
	background-color:#003466;
	}

/* HOME ************************/

.front-page h2{
	color:#003366;
	font-weight:bold;
	font-size:26px; 
	line-height:26px; 
	margin-bottom:10px; 
	display:inline-block;
	}	

.front-page h2 span{
	color:#CD0000;
	}

.front-page div{
	margin-bottom:50px;
	}
	
#home-esquerda{
	width:330px;
	float:left;
	margin:0 100px 0 0;
	}

#home-direita{
	width:500px;
	float:left;
	margin:0 0 0 0;
	}

#home-direita div a{
	margin:0 30px 20px 0;
	display:inline-block;
	}
	
/* CONTENT *******************/

#titulo{
	font-size:34px; 
	line-height:80px; 
	color:#FFF; 
	font-weight:bold; 
	margin-bottom:35px;
	text-transform:uppercase;
	}

#page{
	width:660px;
	float:left;
	margin:0 30px 50px 0;
	}

#page h1{
	font-size:36px;
	color:#003366;
	font-weight:normal;
	line-height: 36px;
	margin: 0 0 10px 0;
	}

#page h2{
	font-size:28px;
	color:#000;
	font-weight:normal;
	line-height: 28px;
	margin: 0 0 10px 0;
	}

#page h3{
	font-size:24px;
	color:#000;
	font-weight:normal;
	line-height: 24px;
	margin: 0 0 10px 0;
	}

#page h4{
	font-size:20px;
	color:#000;
	font-weight:normal;
	line-height: 20px;
	margin: 0 0 10px 0;
	}

#page img{
	padding:4px;
	border:1px solid #ccc;
	}

#page a{
	color:#cc0000;
	text-decoration:none;
	}	

#page a:hover{
	color:#006699;
	text-decoration:underline;
	font-weight:bold;
	}	

#page table{
	border:none;
	border-collapse:separate;
	margin:10px 0;
	border-spacing:3px;
	}

#page table th{
	background-color:#003466;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	}	

#page table td{
	background-color:#F6F6F6;
	color:#000;
	padding:5px 10px;
	}
	
#compartilhe{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}	

#page ul{
	padding:0 0 0 18px;
	}

#page ol{
	padding:0 0 0 18px;
	}
	
#compartilhe li{
	margin:5px 0;
	}

#sidebar{
	float:right;
	width:200px;
	margin-bottom:80px;
	}	

#sidebar ul:first-child{ list-style:none; width:180px; margin:0 0 30px 0; padding:0; display:table;}

#sidebar ul:first-child li{ height:34px; line-height:34px; float:left; width:100%; margin-bottom:2px;}

#sidebar ul:first-child li a{ 
	background-color:#F6F6F6;
	color:#000; 
	padding:0 10px; 
	font-size:14px;
	display:block;
	width:100%;
	}

#sidebar ul:first-child li a:hover{
	background-color:#CC0001;
	color:#fff;
	text-decoration:none;
	}

#form{
	display:table;
	margin:20px 0;
	float:left;
	width:320px;
	}

#form label{
	margin-bottom:10px;
	font-size:16px;
	color:#000;
	display:inline-block;
	}

#form input[type="text"], #form input[type="email"], #form input[type="password"], #form select, #form textarea{
	display:block;
	margin:5px 0 0 0;
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;
	color:#333;
	width:320px;
	
	background: -moz-linear-gradient(top,  rgba(204,204,204,0.65) 0%, rgba(204,204,204,0.64) 1%, rgba(240,240,240,0) 71%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,0.65)), color-stop(1%,rgba(204,204,204,0.64)), color-stop(71%,rgba(240,240,240,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,0.65) 0%,rgba(204,204,204,0.64) 1%,rgba(240,240,240,0) 71%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,0.65) 0%,rgba(204,204,204,0.64) 1%,rgba(240,240,240,0) 71%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,0.65) 0%,rgba(204,204,204,0.64) 1%,rgba(240,240,240,0) 71%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(204,204,204,0.65) 0%,rgba(204,204,204,0.64) 1%,rgba(240,240,240,0) 71%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cccccc', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}

#form input[type="submit"]{
	display:block;
	margin:5px 0;
	background-color:#CC0001;
	border:none;
	padding:7px 30px;
	color:#fff;
	font-size:14px;
	float:right;
	}	

/* error message */
.error {
  /* supply height to ensure consistent positioning for every browser */
  height:15px;
  background-color:#FFFE36;
  border:1px solid #E1E16D;
  font-size:11px;
  color:#000;
  padding:3px 10px;
  margin-left:-2px;
 

  /* CSS3 spicing for mozilla and webkit */
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-topleft:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
 
  -moz-box-shadow:0 0 6px #ddd;
  -webkit-box-shadow:0 0 6px #ddd;
}	

/* FOOTER ************************/

#footer nav{
	width:100%;
	height:32px;
	background-color:#FFFFFF;
	margin-top:3px;
	}

#nav-container{
	width:930px;
	margin:0 auto;
	display:table;
	}

#facebook{
	background:url('img/facebook.png') top left no-repeat transparent;
	padding-left:30px;
	font-size:12px;
	text-transform:uppercase;
	color:#999999;
	float: right;
	line-height: 24px;
	margin-top: 4px;
	}
		
#logo-footer{	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	margin: 20px 0 10px;
	float:left;
	margin:20px 20px 10px 0;
	}
	
#menu-footer{
    float: left;
	}

#menu-footer{
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	}
	
#menu-footer li{
	float:left;
	height: 32px;
	line-height:32px;
	color:#999;
	}	

#menu-footer li a{
	text-transform:uppercase;
	color:#999;
	font-size:12px;
	padding: 0 10px;
	display: block;
	}
	
#menu-footer li a:hover{
	text-decoration:underline;
	}

#menu-footer .active{
	text-decoration:underline;
	}
	
#copyright{
	float:left;
	margin-top:20px;
	}
	
#copyright p{
	font-size:11px;
	margin:0;
	}
	
#alexandre{
	float:right;
	margin-top: 40px;
	}
	
/* Slider */
	
	/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}