@charset "utf-8";
/* CSS Document */
body{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
	background-image:url(../images/bg3.jpg);
	background-color:#2D4160;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#container{
	margin:0 auto;
	width:970px;
	height:540px;
	/*border:1px solid #C00;*/
	
}

#menu{
	width:145px;
	height:550px;
	margin-top:45px;
	margin-left:30px;
	float:left;
	position:absolute;
	/*border:1px solid #C00;*/
}
	
#conteudo{
	width:680px;
	height:517px;
	float:right;
	margin-top:30px;
	padding-right:40px;
	/*border:1px solid #C00;*/
	
}
#menuTransporte{
	width:117px;
	height:31px;
	margin-top:25px;
	margin-left:7px;
		
}
#menuSeguranca{
	width:117px;
	height:47px;
	margin-top:105px;
	margin-left:22px;
	
}
#menuAtendimento{
	width:117px;
	height:31px;
	margin-top:95px;
	margin-left:12px;

}
#menuAbrangencia{
	width:117px;
	height:31px;
	margin-top:95px;
	margin-left:25px;
}
#txtIntro{
	color:#FFF;
	line-height:22px;
}
#txt{
	width:580px;
	margin-top:50px;
	margin-bottom:50px;
	/*border:1px solid #C00;*/
}
#top{
	width:700px;
	height:240px;
}
#bottom{
	width:670px;
	/*padding-left:30px;*/
	height:170px;
}
ul{
list-style-position:inside;
list-style-image:url(../images/bullet.gif);
margin:0;
padding:0;
/*border:1px solid #C00;*/
}
li{
	margin-top:10px;
	margin-left:0;
	padding:0;
	/*border:1px solid #C00;*/

}
#lista{
	width:700px;
}
.destaque{
	color:#fcdd38;
}
#colEsq{
	width:340px;
	float:left;
}
	
#colDir{
	width:340px;
	float:right;
}
.campo{
	font-size:12px;
	border:1px solid #fcdd38;
	width:150px;
}
.campoIndique{
	font-size:12px;
	border:1px solid #fcdd38;
	width:250px;
}
.bt{
	
	background-color:#FFF;
	border:1px solid #fcdd38;
}
a.extLink:link{
color:#fcdd38;
text-decoration:underline;
}
a.extLink:hover{
color:#fcdd38;
text-decoration:none;
}
a.extLink:visited{
color:#fcdd38;
text-decoration:underline;
}
.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}
#indique{
width:154px; 
height:29px; 
margin-left:25px; 
text-align:center; 
margin-top:0;	
}