@charset "utf-8";
body{
	background-image:url(../img/bgG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#f2f7fe;
	margin:0px;
}
body,td,th{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#0061a5;
}
a{
	text-decoration:none;
	color:#0061a5;
}
a:hover{
	text-decoration:underline;
	color:#FF9900;
}
img{border-width:0px;}
.imgBorda{border:2px solid #A2BBCE}
hr{border-color:#D6E3FE;}
input, textarea, select{
	width:400px;
	margin:0px 0px 5px 0px;
	border:2px solid #D6E3FE;
	padding:5px;
	color:#0061a5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
textarea{height:120px;}
.msgOk{
	margin:10px;
	padding:5px;
	border:1px solid #6C0;
	color:#060;
	text-align:center;
	font-size:14px;
}
.top,.meioAnimado,.conteudo{
	width:780px;
	margin:0 auto;
}
.top{height:105px;}
.top .logomarca{
	float:left;
	margin-top:18px;
	margin-bottom:10px;
}
.top .infoTop{
	float:right;
	margin-top:10px;
	font-size:10px;
}
.top .menu{
	clear:both;
	padding-top:6px;
	text-align:center;
}
.top .menu li{display:inline;}
.top .menu a, .colunaMenu a{
	position:relative;
	font-size:14px;
	text-decoration:none;
	margin-left: 8px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#0061a5;
}
.top .menu a:hover{
	border-bottom:1px solid #F90;
	color:#F90;
}
.colunaMenu{border-left:3px solid #0061a5;}
.colunaMenu a{
	font-size:15px;
	display:block;
}
.colunaMenu a:hover{color:#FF9900;}
.conteudo{padding:10px 0px 60px 0px;}
.conteudo .subir{
	text-align:right;
	padding:10px 0px 30px 0px;
}
.conteudo .tituloTextos{
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:2px;
	margin-bottom:15px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}
.conteudo .textos{margin-left:215px;}
.conteudo .textos p{
	line-height:18px;
	padding-bottom:5px;
	text-align:justify;
}
.conteudo .textos p:first-letter{padding-left:30px;}
.bgLaranja{
	background-image:url(../img/bg_laranja.png);
	background-repeat:no-repeat;
}
.bgVerde{
	background-image:url(../img/bg_verde.png);
	background-repeat:no-repeat;
}
.laranjaT{color:#FF9900;}
.laranjaT a{color:#FF9900;}
.laranjaB{border-color:#FF9900;}
.verdeT{color:#390;}
.verdeT a{color:#390;}
.verdeB{border-color:#390;}
.clear{clear:both;}
.block{display:block;}
.marginT{margin-top:5px;}
.marginB{margin-bottom:5px;}
.listaNN{list-style-type:none;}
.listaNN li{margin-bottom:3px;}
.coluna_210{
	width:210px;
	float:left;
	display:inline-block;
}
.coluna_210 .blocoTextoD{
	margin:10px 10px 0px 0px;
	padding-right:10px;
	border-right:1px solid #e3e3e3;
}
.coluna_210 .titulo{
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:3px;
	margin-right:20px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}
.coluna_lab{
	text-align:right;
	display:block;
}
.coluna_lab .titulo{
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#006ab9;
}
.coluna_lab img{
	float:left;
	margin-left:35px;
	margin-top:-10px;
}
.coluna_lab p{
	margin-top:20px;
	font-size:12px;
	color:#0079d3;
}
/* >>>>> contato >>>>> */
.contato,.curriculo{text-align:right;}
.contato span,.curriculo span{
	width:130px;
	float:left;
	padding:10px;
}
/* <<<<< contato <<<<< */
.rodape{
	width:100%;
	height:90px;
	background-image:url(../img/bgRodape.jpg);
	background-repeat:repeat-x;
	border-top:4px solid #e8f1ff;
}
.rodape .texto{
	padding-top:15px;
	font-size:10px;
	text-align:center;
}
.logoOzee{position:fixed;height:30px;bottom:0px;right:0;_position:absolute;}
*{margin:0px;padding:0px;}
/*para a M do 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="img/layout/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
);
}
