::-moz-selection{
	color: #fff;
	background-color: #426084;
	text-shadow: none;
}
::selection {
	color: #fff;
	background-color: #426084;
	text-shadow: none;
}

#left{
  margin-top:30px;
}
body{         
  background: #EDF3FC;
font-family: "Trebuchet ms", arial;
}

#topo{
  width: 100%;
  height: 220px;
  position: absolute;
  z-index:-99999;
  left:0;
  top:0;
  /*background:url(../images/fundo.png) repeat-x left top;*/
  background-color: #c4daff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c4daff, endColorstr=#e6ecff);
  background-image: -moz-linear-gradient(top, #c4daff 0%, #e6ecff 100%);
  background-image: -webkit-linear-gradient(top, #c4daff 0%, #e6ecff 100%);
  background-image: -ms-linear-gradient(top, #c4daff 0%, #e6ecff 100%);
  background-image: linear-gradient(top, #c4daff 0%, #e6ecff 100%);
  background-image: -o-linear-gradient(top, #c4daff 0%, #e6ecff 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#c4daff), color-stop(100%,#e6ecff));
  -webkit-border-radius: 0px 0px 100px 100px;
  border-radius: 0px 0px 200px 200px;
  -moz-border-radius: 0px 0px 200px 200px;
  -moz-box-shadow: 0px 4px 5px #fff;
  -webkit-box-shadow: 0px 4px 5px #fff;
  box-shadow: 0px 4px 5px #fff;
}

#header{
	/*height:768px;*/ 
	/*background:url(../images/map.png) repeat-x scroll left top;*/
	_background:none;
}

#logo {
width:200px;
height:200px;
float:left;
padding-right: 70px;
}

a{
	color:#182e49;
}
/********************************
-----------Paginacao
********************************/

#pagination {
	display: block;
	font-size: 10px;
	margin: 0 10px 0 0;
	padding-top: 5px;
	float: right;
}
#pagination span {
	color: #fff;
	display: block;
	float: left;
	padding: 0 3px;
	margin: 2px;
	background:#a5cd39;
	font-weight: bold;
	-moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
#pagination a {
	background:#426084;
	font-weight: bold;
	padding: 0 3px;
	display: block;
	float: left;
	margin: 2px;
	color: #fff;
	-moz-border-radius: 0.5em;
  border-radius: 0.5em;	
}
#pagination a:hover {
	background:#1b3351;
}
/********************************
-----------FIM Paginacao
********************************/
input[type=submit]{
	background:#213A4B;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

input[type=submit]:hover{
	background:#FFD448;
	color:#213A4B;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

#footer {
	/*background:url(../images/fundo.png) repeat-x left top;*/
  background-color: #c4daff;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c4daff, endColorstr=#EDF3FC);
background-image: -moz-linear-gradient(top, #c4daff 0%, #EDF3FC 100%);
background-image: -webkit-linear-gradient(top, #c4daff 0%, #EDF3FC 100%);
background-image: -ms-linear-gradient(top, #c4daff 0%, #EDF3FC 100%);
background-image: linear-gradient(top, #c4daff 0%, #EDF3FC 100%);
background-image: -o-linear-gradient(top, #c4daff 0%, #EDF3FC 100%);
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#c4daff), color-stop(100%,#EDF3FC));

-webkit-border-radius: 200px 200px 0px 0px 100px 100px;
border-radius:200px 200px 0px 0px ;
-moz-border-radius: 200px 200px 0px 0px ;
  font-size: 11px;
	text-align: center;
	color: #213A4B;
	bottom:0;
	padding: 2px;
	margin:80px 0 0 0;
}

#footer a{
	color:#213A4B;
}

#menu{    
	float: left;
	margin:0 0 0 10px;
	background:#213A4B;
	-moz-border-radius: 3em;
	border-radius: 3em;
  -moz-box-shadow: inset 0 0 1em #121221;
  -webkit-box-shadow: inset 0 0 1em #121221;
  box-shadow: inset 0 0 1em #121221;
	
}
#menu li {
	float: left;
}
#menu a {
	-moz-border-radius: 3em;
	border-radius: 3em;
  font-size: 16px;
	display: block;
	float: left;
	padding: 17px 22px 17px   22px; 
	margin:3px;
	color:#fff;
	font-weight:normal;
}

/*.idioma_es #menu a{
	padding:25px;
}*/

#pg_contato-localizacao #menu .contato,
#pg_downloads #menu .downloads,
#pg_links #menu .links,
#pg_noticias #menu .noticias,
#pg_servicos #menu .servicos,
#pg_imex #menu .empresa,
#pg_home #menu .home, #pg_ #menu .home,
#menu a:hover {
	text-decoration: none;
	background:#FFD448;
  -moz-border-radius: 3em;
	border-radius: 3em;
  color: #213A4B;
}

#pg_contato .box{
margin:0 20px;
width:420px;
float:left;
border:1px solid red;
}

.phone{
display:block;
margin-bottom:5px;
float: left;
padding-top:5px;
height:48px;
}

.address{
display:block;
margin-bottom:5px;
float: left;
padding-top:5px;
}

.adr{
    font-size: 14px;
    color: #213A4B;
}

a.botao{
	font-weight: normal;
	float: right;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	background: #FFD448;
	padding:5px 10px;
	font-size: 11px;
	text-shadow: none ;
	margin:10px;
	color:#243F50;
}

a:hover.botao{
background: #FFD448;
text-decoration: none;
color: #213A4B;
}


h2{
   
    font-size:28px;
    color:#213A4B;
    font-weight:bold;
    /*margin:10px 0 0 280px;*/
    margin:10px 0 0 10px;
    line-height:normal;
    text-align:left;
}

h3{
	font-size:18px;
	color:#213A4B;
	font-weight:normal;
	line-height:normal;	
}


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

h5{
	font-size:25px;
	color:#3b4d7a;
	margin:0 0 10px 0;
	font-weight:normal;
	line-height:normal;	
}

.conteiner{
	width: 100%;
  min-width: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 177px;
}

.gallery{
	float:right;
}

.gallery a{
	border:1px solid #aac6d5;
	padding:2px;
	margin:3px;
}

.gallery a:hover{
	border-color:#888777;

}

#pg_noticias .gallery{
	float:right;
	margin:0 0 10px 10px;
}

#pg_noticias .gallery a{
	float:right;
}

/* noticias */
.news{
	display:block;
	color:#182e49;
	font-weight:normal;
	margin-bottom:20px;
	border:1px solid #c1ced2;
	padding:6px;	
}

.news .title{
	font-weight:bold;
}


.news:hover{
	background:#CDDFFF;
	text-decoration:none;
}

/* fim noticia */

/* link */
.link{
	display:block;
	color:#213A4B;
	font-weight:bold;
	margin-bottom:20px;
	width:151px;
	padding:15px 10px;
	margin:9px;
	float:left;
	text-align:center;
	height:170px;
	line-height:16px;
	background:#fff;
        border: 1px solid #CCCCCC;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.link a{
	color:#213A4B;	
	font-weight:bold;	
	font-style:italic;
	display:block;
}

.link img{
	margin-bottom:5px;
	border:1px solid #fff;
	padding:5px;
}

/* fim link */

.idioma{
	background:#213A4B;
	-moz-border-radius: 3em;
	border-radius: 3em;
  -moz-box-shadow: inset 0 0 1em #121221;
  -webkit-box-shadow: inset 0 0 1em #121221;
  box-shadow: inset 0 0 1em #121221;

	width:90px;
	height:41px;
	float:right;
	padding:0px;
  margin-top: 25px;
  margin-right:30px;  
}
.br{         
	background: url(../images/br.png) no-repeat top left;
	width: 30px;
	height: 29px;
	display: block;
	float: left;
	text-indent: -9000px;
	text-align: left;            
	margin: 5px 2px 5px 11px;
}
.br-this{
	background: url(../images/br.png) no-repeat top left;
	width: 30px;
	height: 29px;
	display: block;                                         
	float: left;        
	text-indent: -9000px;
	text-align: left;
	margin: 5px 2px 5px 11px;

}
a:hover.br {
	background: url(../images/br.png) no-repeat top left;
}
.us {
	background: url(../images/usa.png) no-repeat top right;
	width: 31px;
	height: 29px;                                             
	display: block;
	float: right;
	text-indent: -9000px;
	text-align: left;
		margin: 5px 11px 5px 2px;
}
.us-this {
	background: url(../images/usa.png) no-repeat top right;
	width: 31px;                                          
	height: 29px;
	display: block;
	float: right;
	text-indent: -9000px;
	text-align: left;
		margin: 5px 11px 5px 2px;	
}

.corpo{
	background:#E1EAFF;
  -moz-box-shadow: inset 0 0 1em #B7E5F9;
  -webkit-box-shadow: inset 0 0 1em #B7E5F9;
  box-shadow: inset 0 0 1em #B7E5F9;
	padding:20px;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

#pg_downloads #left ul li{
background:url(../images/arrow.png) no-repeat center left;
padding:7px 7px 7px 20px;

}

#pg_downloads #left ul li a{
	color:#213A4B;
	font-weight:normal;
	display:block;
}
.h-banner{
    float:right;
    margin-top:30px;
    margin-right: 45px;
}

.h-des{
    float:left;
    background:#7B8DD1;
    -moz-border-radius: 4em;
    border-radius: 4em;
    -moz-box-shadow: inset 0 0 1em #201359;
    -webkit-box-shadow: inset 0 0 1em #201359;
    box-shadow: inset 0 0 1em #201359;
    color:#fff;
    width:260px;
    padding: 20px;
    margin:30px 0;
}

.h-not h5,
.h-des h5{
    text-align: left;
    width: 260px;
    color:#213A4B; 
}


.h-emp{
    line-height:24px;
    text-align:left;
    padding: 20px;
}
.h-emp,
.h-ser{
    background:#6CADCE;
    -moz-border-radius: 4em;
    border-radius: 4em;
    -moz-box-shadow: inset 0 0 1em #201359;
    -webkit-box-shadow: inset 0 0 1em #201359;
    box-shadow: inset 0 0 1em #201359;
    color:#fff;
    float:left;
    width:240px;
    margin:30px 0;
}


.h-con{
    float:left;
    width:260px;
    margin:5px 0 5px 200px;
    padding:20px 0;
    text-align: center;	
}

.h-not{
    float:left;
    background:#7B8DD1;
    -moz-border-radius: 4em;
    border-radius: 4em;
    -moz-box-shadow: inset 0 0 1em #201359;
    -webkit-box-shadow: inset 0 0 1em #201359;
    box-shadow: inset 0 0 1em #201359;
    color:#fff;
    width:260px;
    padding: 20px;
    margin:30px 70px;
    padding: 20px;
} 


.h-ser{ 
    padding: 20px;
}

.h-emp h5,
.h-ser h5{
    text-align: center;
    width: 260px;
    color:#fff; 
}

.h-ser li{
	list-style:circle;
	margin:0 0 5px 15px;
}

.cambio{
	line-height:auto;
	width:100%;
	border:1px solid #9ebac4;	
	margin:0 0 5px 0;
}

.azul{
  color: #213A4B;
}

.cambio th{
	font-weight:bold;
	border-bottom:1px solid #9ebac4;
	text-align:left;
	color: #213A4B;
	padding:2px 5px;
}

.cambio td{
	border-bottom:1px solid #9ebac4;
	padding:2px 5px;
}