
*{  
    margin: 0;  
    padding: 0;  
}  

body{
	font-family: Verdana, Arial, sans-serif;
}

img{
	border: none;
}

/*HEADER*/

/*cor logo original #29166f*/

header{
	height: 155px;
	background: transparent url('/img/bg-topo.png') repeat-x;
	width: 100%;
}

#logo{
	margin: 0 auto;
	width: 980px;
	height: 148px;
}

#logo h1{
	float: left;
	margin: 20px 0px 5px 15px;
}

#logo h1 a{
	height: 118px;
	background: transparent url('/img/bp-new-logo.png') no-repeat;
	/*display: block !important;*/
	width: 180px;
}

#logo_span{
	text-indent: -9000px;
	display: none;
}

.indent {
	display: inline-block;
}

.uteis{
	padding-top: 30px;
	display: block;
	float: right;
	font-size: 11px;
	color: #00456a;
	margin-right: 15px;
}

.uteis a, a:active{
	color: #4D4D4D;
	position: relative;
	text-decoration: none;
}

.uteis a:hover{
	text-decoration: underline;
}

.uteis img{
	position: relative;
	vertical-align: bottom;
	margin-left: 10px;
	border: none;
}

.uteis span{
	font-size: 10px;
	font-weight: bold;
}

.uteis p{
	margin-top: 10px;
	height: 22px;
	color: #4D4D4D;
	position: relative;
}

 input:not([type=submit]):not([type=image]){
	background: none #F6F6F6 !important;
	border: 1px #bdbdbd solid !important;
	height: 20px !important;
	font-size: 12px !important;
	padding: 2px 3px !important;
	height: 16px !important;
	position: relative;
	margin-left: 10px;
}

textarea{
	background: none #F6F6F6 !important;
	border: 1px #bdbdbd solid !important;
	font-size: 12px !important;
	padding: 2px 3px !important;
	margin-left: 10px;
	position: relative;
}

.img-cliente{
	float:left; 
	margin-right: 15px;
}

.texto-cliente{
	padding-top: 10px!important;
}

.botao {
	padding: 10px;
	font-size: 14px;
	border-radius: 3px;
	background: #00456a;
	color: #f7f7f7;
	border: 1px solid #00456a;
	-webkit-transition: .3s ease-in-out;
}

.botao:hover {
	background: #F6F6F6; 
	border: 1px solid #00456a; 
	color: #00456a;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
}

#mensagem_sucesso{
	border: 10px outset #00456a;

}

#mensagem_sucesso p{
	margin: 15px 15px 15px 15px;
}

#menu-sup{
	clear: both;
	background: #F6F6F6;
	margin-bottom: 30px;
	z-index: 9 !important;
	height: 30px;
}

nav{
	margin: 0 auto;
	width: 980px;
	color: #00456a;
}

nav ul{
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}

nav ul li{
	float: left;
	position: relative;
	height: 23px;
	padding: 7px 10px 0px 10px;
	margin-left: 10px;
	list-style-type: none;
}

.menu-selecionado{
	background:  #00456a;
	color: #f7f7f7;
}

#menu-sup a, a:active{
	text-decoration: none;
	color: #00456a;
}

#menu-sup a:hover{
	color: #f7f7f7;
}

.transition{
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

.transition:hover{
	background:  #00456a;
	color: #f7f7f7;
}

/*CONTEUDO- INICIO*/
#conteudo{
	position: relative;
	width: 980px;
	min-height: 400px;
	margin: 0 auto;
	clear: both;
	padding: 35px 0px 20px 0px;

}

#conteudo h2{
	color: #E0A741;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom: 1px #E0A741 solid;
}

#conteudo p{
	font-size: 12px;
}

.coluna-direita{
	
	text-align: left;
}

.coluna-esquerda{
	float:left;
	text-align: right;
}





/*TOOLTIP*/
 a.tooltip {
 	outline:none;
 	text-decoration:none;
 }
    a.tooltip strong {line-height:30px;}
    a.tooltip > span 
    {
	    width:200px;
	    padding: 10px 20px;
	    margin-top: 20px;
	    margin-left: -85px;
	    opacity: 0;
	    visibility: hidden;
	    z-index: 10;	   
	    position: absolute;

	    font-family: Arial;
	    font-size: 12px;
	    font-style: normal;  
        	    
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -o-border-radius: 3px;
	    border-radius: 3px;
	    
	    
        -webkit-box-shadow: 2px 2px 2px #999;
	    -moz-box-shadow: 2px 2px 2px #999;		
	    box-shadow: 2px 2px 2px #999;	    
	    
	    -webkit-transition-property:opacity, margin-top, visibility, margin-left;
	    -webkit-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	    -moz-transition-property:opacity, margin-top, visibility, margin-left;
	    -moz-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	    -o-transition-property:opacity, margin-top, visibility, margin-left;
	    -o-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	    transition-property:opacity, margin-top, visibility, margin-left;
	    transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    }
    
    /*a.tooltip > span:hover,*/
	a.tooltip:hover > span
	{
		opacity: 1;
		text-decoration:none;
		visibility: visible;
		overflow: visible;
		margin-top:50px;
		display: inline;
		margin-left: -60px;		
	}

	a.tooltip span b {
    
		width: 15px;
		height: 15px;
		margin-left: 20px;
		margin-top: -19px;
			
		display: block;
		position: absolute;

		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
			
		-webkit-box-shadow: inset -1px 1px 0 #fff;
		-moz-box-shadow: inset 0 1px 0 #fff;
		-o-box-shadow: inset 0 1px 0 #fff;
		box-shadow: inset 0 1px 0 #fff;
			
		/*display: none;
		*display: none;*/
	}
    
a.tooltip > span {
	color: #4D4D4D; 

	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF));
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );*/
	    
	border: 1px solid #F6F6F6;	     
}    
	  
a.tooltip span b {
	background: #FFFFFF;
	border-top: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
}    


/* SOMENTE TEXTO e IMAGENS */
#texto h1{
	color: #E0A741;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom: 1px #E0A741 solid;
	margin-bottom: 20px;
}

#texto{
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	color: #4D4D4D;
}

#texto p{
	font-size: 13px;
	margin-bottom: 15px;
	color: #4D4D4D;
	line-height: 20px;
	text-indent: 1.5em;
}

#texto ul li{
	list-style-type: none;
	margin: 5px 0px 10px 10px;
}

.pdf{
	position: relative;
	top:-10px;
	font-size: 12px;
}

#texto a, a:active{
	color: #4D4D4D;
	position: relative;
	text-decoration: none;
}

#texto a:hover{
	text-decoration: underline;
}


/*CAIXA SERVIÇOS INDEX*/

.box-servico{
	float: right;
	width: 500px;
	font-size: 12px;
	font-family:  Verdana, Arial, sans-serif;
	margin-right: 15px;
}
.box-servico p{
	font-size: 11px;
}

#tabs p{
	margin-top: 10px;
	text-align: justify;
}
#tabs img{
	width: 456px;
}

#tabs a{
	font-weight: bold;
}

/*NOVIDADE INDEX*/
.novidade{
	float: left;
	width: 400px;
	font-size: 12px;
	margin-left: 15px;
}

.novidade span{
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
}

.novidade a, a:visited{
	color: #4D4D4D;
	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 20px 40px 20px 0;
	border-bottom: 1px #CECECE solid;
	background: url('/img/seta_laranja.jpg') no-repeat right center;
}

.novidade a:hover{
	text-decoration: underline;
}

.novidade .txtTitulo{
	font-weight: bold;
}

.vejamais{
	margin: 10px 0 30px 0;
}

.vejamais a:link {
	margin: 0;
	padding: 0;
	display: block;
	color: #a9a39c;
	font-family: Verdana;
	font-size: 10px;
	color: #938B82!important;
	background: transparent url('/img/seta_pequena.gif') no-repeat left 4px;
	padding-left: 10px;
	border: none;

}
/*DIFERENCIAL INDEX*/
#diferencial{
	clear: both;
	float:left;
	width: 45%;
}

#diferencial h2{
	padding-top: 35px;
	margin: 0px 15px 20px 15px;
}

#diferencial p{
	margin: 0px 15px 0px 15px;
	line-height: 20px;
	text-indent: 1.5em;
	text-align: justify;
	color: #4D4D4D;
}
/*CLIENTE INDEX*/
#cliente {
	float: right;
	width: 52%;
}

#cliente h2{
	padding-top: 35px;
	margin: 0px 15px 20px 0px;
}

#client ul{
	list-style:none;
}

#cliente ul li{
	list-style-type: none;
	display: inline;
	text-decoration: none;
	margin: 0px 50px 0px 15px;
}

#cliente img{
	height: 90px;
	border: 1px solid #aaaaaa;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	transition: all 0.8s linear;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(85%);
	
}

#cliente img:hover{
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	transition: all 0.8s linear;
}

/*CLIENTE MENU*/
#menu-lateral{
	width: 25%;
	margin-left: 15px;
	color: #4D4D4D;
	float: left;
}

#menu-lateral ul li{
	text-decoration: none;
	margin-bottom: 9px;
}

.grupo-mv{
	font-size: 15px;
	font-weight: bold;
	background-image: url('/img/bg-menu.gif') ;
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	padding-left: 11px;
	line-height: 30px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
	cursor: pointer;
}

.item-mv{
	font-size: 13px;
	padding-left: 22px;
	line-height: 18px;
	display: block;
	margin-bottom: 3px;
}

#conteudo .item-mv a,a:active, a:visited{
	text-decoration: none!important;
	color: #4D4D4D!important;
}

#conteudo .item-mv a:hover{
	text-decoration: underline;
}

#conteudo-lateral{
	float: right;
	margin-right: 15px;
	width: 68%;
}

#conteudo-lateral p{
	font-size: 13px;
	margin-top: 15px;
	color: #4D4D4D;
	line-height: 20px;
	text-indent: 1.5em;
}

/*CONTEUDO- FIM*/


/*FOOTER*/
footer{
	padding-top: 55px;
	clear: both;
	background: transparent url('/img/bg-footer.png') no-repeat center bottom;
	height: 447px;
	width: 100%;
}

#faixa-azul{
	background: #00456a;
	width: 100%;
	height: 314px;
	top: -60px;
	position: relative;
	z-index: -1;
}

#menu-inf{
	width: 860px;
	margin: 0 auto;
	color: white;
	margin-top: 50px;
	padding-top: 10px;
}

#menu-inf ul{
	text-decoration: none;
	clear: both;
}

#menu-inf li{
	display: inline;
	float: left;
	width: 285px;
}

#menu-inf h2{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
	float: left;
}

.list-inf{
	float: right
}
.list-inf h3{
	font-weight: bold;
	font-size: 11px;
}

.list-inf li{
	font-size: 10px;
	margin-top: 10px;
}

.linha-meio{
	border-bottom: 1px solid white;
	width: 84%;
	padding-bottom: 9px;
	margin-left: 88px;
}

#copyright{
    position: relative;
    margin: 0 auto;
    width: 890px;
    top: -43px;
    font-size: 12px;
    color: #4D4D4D;
}

#copyright a,a:active{
	text-decoration: none;
	color: #4D4D4D;
}

#copyright a:hover{
	text-decoration: underline;
}