﻿/* Desenvolvido por: JGwebcom */

/* Alpha PNG support for IE */
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="shared/images/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
}

body{
	margin: 0px;
	background: #fff url(../images/bg_page.jpg) no-repeat center bottom fixed;	
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#principal{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
div{
	overflow: hidden;
}
img{
	border: 0 none;
}
a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
h1{
	color: #000;
	font-size: 1.6em;
}
h2{
	color: #083a58;
	font-size: 1.2em;
	font-weight: bold;
}
h3{
	color: #083a58;
	font-size: 1em;
	font-weight: bold;
}
p{
	line-height: 1.1em;
	#margin-top: -10px;
}
.home{
	line-height: 1.4em;
	font-size: 0.95em;
}
.base{
	width: 924px;
	padding: 12px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
.menu_topo ul{
	list-style: none;	
	margin-top: 12px;
	float: right;
}
.menu_topo ul li{
	float: left;
	color: #7c7c7c;
	font-weight: bold;
	border-right: 1px solid #ff0000;
}
.menu_topo ul li a{
	display: block;
	color: #7c7c7c;
	padding: 2px 15px 2px 15px;	
	font-size: 0.9em;
}
.menu_topo ul li a:hover{
	background: #f2f2f2;
	text-decoration: none;
}
.voltar{
	float: right;
	font-weight: bold;
	padding: 5px;
	background: #f2f2f2;
	font-size: 0.8em;
}
.voltar:hover{
	background: #c4c4c4;
	color: #333;
	text-decoration: none;
}
form{
	text-align: right;
	vertical-align: middle;
}
input, textarea{
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 3px;
	color: #8D8D8D;	
	font: 0.85em sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 70%;
}
label{
	float: left;
	clear: both;
	padding-top: 3px;	
	#padding-top: 0px;	
}
button{
	padding: 3px;
	border: 0 none;
	background: #0a2332;
	font-weight: bold;
	color: #fff;
	font: 0.9em sans-serif;
	margin-right: 5px;
}
.box_branco{
	margin-top: 12px;
	margin-bottom: 12px;
}
.boxFoto-A-Home{
	width: 310px;
	height: 120px;
	background: #D5D5D5;
	text-align: center;
	vertical-align: middle;
}
.boxFoto-B-Home{
	width: 86px;
	height: 95px;
	float: left;
	margin-right: 15px;
	background: #D5D5D5;	
	text-align: center;
	vertical-align:middle;
}
.boxFoto-C-Home{
	width: 220px;
	height: 100px;
	background: #D5D5D5;	
	text-align: center;
	vertical-align: middle;
}
.boxVideo-home{
	height: 283px;
	background: #D5D5D5;	
	text-align: center;
}
.azulEscuro{
	color: #083a58;
}
.limpa{
	clear: both !important;
	font-weight: normal !important;
	background: #fff !important;
}
.listaPortifolio{
	list-style: none;
	margin-left: -38px;
	#margin-left: 0px;	
}
.listaPortifolio li{
	background: #e6e9ea;
	padding: 3px;
}
.error{
	background: #DFDFDF;
	width: 95%;
}
.lista li{
	margin-bottom: 8px;
}
.navega{
	border-bottom: 1px solid #D5D5D5;
	list-style: none;
	padding: 4px;
	margin-left: -38px;
	#margin-left: -20px;	
}
.navega a{
	font-weight: bold;
	text-decoration: none;
}
.thumbPortifolio{
	width: 123px;
	height: 80px;
	padding: 8px;
	margin: 8px;
	float: left;
}
.thumbPortifolio div{
	width: 123px;
	height:80px;
	overflow: hidden;	
}
.thumbPortifolio img{
	width: 123px;	
}
.thumbPortifolio a{
	border: 0 none;
}
.bgColorBox{
	border-top: 1px solid #e9edf0;
	border-bottom: 1px solid #e9edf0;
	background: #f2f5f6;
}
.ajusteBox{
	margin-top: 0px;
}
