﻿/* CSS Document */

body {
	background: #efefef;
	font-family: Arial, Verdana, Tahoma; 
	font-size: 13px;
	color: #000000;
	line-height:17px;
	margin:0;
	padding:0;

}

a:link { font-weight: bold; color:#548930; text-decoration: underline; }
a:visited { font-weight: bold; color:#003300; text-decoration: underline; }
a:hover { font-weight: bold; color:#6DB33F; text-decoration: none; }


/* 
---------------------------------------
CONTEUDO
---------------------------------------
*/

#conteiner {
	background: #ffffff;
	
	position: relative;
	top: 0%;
	left: 50%;
	
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
}

.topo {
	background: #ffffff;
	height:120px;
	margin:0;
	padding:0;
}

.topo_capa {
	background: #ffffff;
	height:116px;
	margin:0;
	padding:0;
}


#conteudo {
	width: 776px;
	float:right;
	margin: 20px 0px 0px 0px;  /* top, right, bottom, left*/
	padding: 0px 0px 0px 0px;  /* top, right, bottom, left*/
}	

.texto {
	padding: 0px 20px 0px 10px;  /* top, right, bottom, left*/
}

#capa {
	width: 994px;
	height:auto;
	margin: 0px 0px 0px 0px;  /* top, right, bottom, left*/
	padding: 0px 0px 0px 0px;  /* top, right, bottom, left*/
}	

h4 {
	color:navy;
}

.item li { 
	list-style-image: url(../images/item.gif);
	line-height:22px;
} 


.tick li { 
	list-style-image: url(../images/tick.gif);
	line-height:20px;
} 


.atuacao {
	float:left;
}
	
.unidades {
	padding-top:20px;
	width:620px;
	margin-left:20px;
	height:auto
}

.unidades-tit {
	color:navy;
	font-weight:bold;
	font-size:15px;
	padding-top:10px;
	padding-bottom:5px
}


/* 
---------------------------------------
MAPADOSITE
---------------------------------------
*/


#mapa {
	width: 920px;
	float:right;
	margin: 20px 0px 0px 0px;  /* top, right, bottom, left*/
	padding: 0px 0px 0px 0px;  /* top, right, bottom, left*/
}	

#texto {
	padding: 0px 20px 0px 10px;  /* top, right, bottom, left*/
}

.historia-tit {
	font-weight:bold;
	font-size:14px;
}



/* 
---------------------------------------
SEGUROS
---------------------------------------
*/


.seguros {
	background:url('../images/back_pf.jpg') no-repeat top;
	width:340px;
	height:130px;
	padding:10px 5px 0px 10px;
	margin:20px 10px 0px 0px;
	float:left
}

.seguros-img {
	float:left;
	margin-left:10px;
	padding-right:10px
}

.seguros-tit {
	color:navy;
	font-weight:bold;
	font-size:14px;
}

.seguros-txt {
	padding-right:12px
}

.seguros-saiba {
 	float:right;
 	text-align:right;
 	margin-right:20px;
 	padding-top:15px
 }
 
 
 
 /* 
---------------------------------------
QUEM SOMOS
---------------------------------------
*/

  
.quemsomos {
	background:url('../images/back_quemsomos.jpg') no-repeat top;
	width:310px;
	height:170px;
	padding:15px 5px 0px 10px;
	margin:20px 10px 0px 0px;
	float:left
}

.quemsomos-img {
	float:left;
	margin-left:10px;
	padding-right:10px;
	margin-bottom:100px;
}

.quemsomos-tit {
	color:navy;
	font-weight:bold;
	font-size:16px;
}

.quemsomos-txt {
	padding-right:25px
}

.quemsomos-saiba {
 	float:right;
 	text-align:right;
 	margin-right:25px;
 	padding-top:15px
 }
 
 
 
 /* 
---------------------------------------
ESTRUTURA
---------------------------------------
*/

  
.estrutura {
	background:url('../images/back_estrutura.jpg') no-repeat top;
	width:245px;
	height:300px;
	float:left
}

.estrutura-img {
	margin:17px 0px 0px 32px;
}

.estrutura-tit {
	color:navy;
	font-weight:bold;
	font-size:14px;
	margin:25px 0px 0px 35px; /* top, right, bottom, left*/
}

.estrutura-saiba {
 	float:right;
 	text-align:right;
 	margin:15px 30px 0px 0px;
 }
 
 
.subtitulo {
	color: #999999;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:5px;
	font-family: Verdana, Arial, Tahoma; 
	font-weight:bold;
	font-size: 13px;
}


.breadcrumbs {
	color: #00457C;
	text-align:left;
    padding-top:10px;
	padding-bottom:15px;
	font-family: Verdana, Arial, Tahoma; 
	font-size: 12px;
	letter-spacing:1px;
}


img {
	border:0px;
}



/* 
---------------------------------------
MENU VERTICAL
---------------------------------------
*/

		
#menu_vertical {
    float:left;
   	background-color: #ffffff;
	line-height: 21px;
	margin: 20px 0px 0px 0px; /* top, right, bottom, left*/
	padding: 0px 0px 0px 20px; /* top, right, bottom, left*/
	width: 178px;
}

.menu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 178px;
	border-bottom-width: 0px;
	letter-spacing:1px;
}


.menu li a{
	background: #d6d6d6 url(../images/lista.jpg) repeat-x bottom left;
	font: Arial, Verdana, Tahoma;
	color: #666666;
	font-size: 13px; 
	font-weight: normal;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 168px;
	height: 19px;
}


.menu li a:active{
	font: Verdana, Arial, Tahoma;
	color: #666666;
	text-decoration: none;
}


.menu li a:visited{
	font: Verdana, Arial, Tahoma;
	color: #333333;
	text-decoration: none;
}


.menu li a:hover{
	background-image: url(../images/lista2.jpg);
	font: Verdana, Arial, Tahoma;
	color: #000000;
	text-decoration: none;
}



/* 
---------------------------------------
VEJAMAIS
---------------------------------------
*/

		
#vejamais {
    float:left;
    line-height: 21px;
	margin: 20px 0px 0px 0px; /* top, right, bottom, left*/
	padding: 0px 0px 0px 20px; /* top, right, bottom, left*/
	width: 178px;
}


/* 
---------------------------------------
RODAPE
---------------------------------------
*/


#rodape {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	color:#ffffff;
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px;
	padding-top:40px;
	clear:both;
	background-color:#ffffff;
		
	background: url(../images/back_rodape.gif) no-repeat bottom;
	height:29px;
}

#rodape a:link { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:visited { font-weight: bold; color:#cccccc; text-decoration: none; }
#rodape a:hover { font-weight: bold; color:#ffffff; text-decoration: underline; }

#endereco {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	margin-top:5px;
	margin-bottom:10px;
	
	background-color:#FFFFFF;
	
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}

