#errorDiv {
    color: #fff;
    background: #600 url(bgErro.png);
    background-position: top;
    background-repeat: repeat-x;
    width: 400px;
    height: 150px;
    position: relative;
    padding: 10px 10px 10px 10px;
    text-align: center;
    display: none;
    border-radius: 0.7em;
    z-index: 1001;
}

#errorDiv #closeError {
    display: block;
    width: 20px;
    position:absolute;
    border: 0px;
    padding: 0px 0px 0px 0px !important;
    top: 3px;
    right: 0px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

#infoDiv {
    color: #fff;
    background: #000 url(bgInfo.png);
    background-position: top;
    background-repeat: repeat-x;
    width: 400px;
    height: 150px;
    position: relative;
    padding: 10px 10px 10px 10px;
    text-align: center;
    display: none;
    border-radius: 0.7em;
    z-index: 1001;
}

#infoDiv #closeInfo {
    display: block;
    width: 20px;
    position:absolute;
    border: 0px;
    padding: 0px 0px 0px 0px !important;
    top: 3px;
    right: 0px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

#maskDiv {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
}

textarea {
	font-family:Arial;
	padding-left: 5px;
	margin-left: 0px;
	font-size: 1em;
}

.tnFoto {
	position: absolute;
	height: 50px;
	width: auto;
}

.tnFoto img {
		border: 1px solid #ccc;
}

.descCV {
	position: relative;
	left: 8%;
	min-height: 55px;
	width: 92%;
}

.subMenu {
	z-index: 15;
	position: relative;
	top: 10px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: #22516e;
	display: none;
}

.subMenuItem a {
	font-size:0.75em;
	color: #fff;
}

.subMenuItem a:hover {
	text-decoration: underline;
	color: #ccc !important;
}


#rodape {
	width: 750px;
	margin-top: 35px;
}

#paginas {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	text-align: center;
}

#paginas a {
	text-decoration: none
}

#paginas img {
	position: relative;
	top: 10px;
	padding: 5px;
}

body {
	margin-left:auto;
	margin-right:auto;
	width: 975px;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#logoLayer{
	position:absolute;
	visibility:visible;
	left:60px;
	top:0px;
	width:100px;
	height:100px;
	z-index:3
}
	
#deptCont {
	position: absolute;
	top: 125px;
	width: 955px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	z-index: 8;
	color: #666;	
} 

#hpCentro {
	margin-left:auto;
	margin-right:auto;
	width: 925px;
	height: 390px;
	color: #fff;
}

#hpCB1 {
	width: 96px;
	height: 130px;
	background:url(bC1S.png);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align: middle;
}

#hpCB1 img {
	margin-left:18px;
	margin-top:35px;
}

.hpCB {
	width: 96px;
	height: 130px;
	background:url(bC.png);
	background-position: left;
	background-repeat: no-repeat;
}

.hpCB img {
	margin-left:18px;
	margin-top:35px;
}

.hpCB:hover {
	background:url(bCO.png);
}

.hpCB2 {
	width: 96px;
	height: 130px;
	background:url(bC2.png);
	background-position: left;
	background-repeat: no-repeat;
}

.hpCB2 img {
	margin-left:18px;
	margin-top:35px;
}

.hpCB2:hover {
	background:url(bC2O.png);
}

#hpC {
	width: 504px;
	height: 390px;
	background:url(cBG.png);
	background-position:left;
	background-repeat:repeat-x;
	position: relative;
	left: 96px;
	top: -390px;
}

#hpC .title {
	padding-left: 40px;
	color: #FFF;
	font-weight:bold;
	font-size: 1.6em;
}

.hpRBS {
	width: 162px;
	padding: 10px 0px 0px 0px;
	height: 37px;
	background:url(cRS.png);
	background-position:left;
	background-repeat:no-repeat;
	position: relative;
	left: 601px;
	top: -779px;
	color: #FFF;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
}

.hpRB {
	width: 162px;
	padding: 5px 0px 0px 0px;
	height: 42px;
	background:url(cR.png);
	background-position:left;
	background-repeat:no-repeat;
	position: relative;
	left: 764px;
	top: -826px;
	z-index:10;
	color:#fff;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
}

.hpRB:hover {
	background: url(cRO.png);
}

#hpCR {
	width: 324px;
	height: 390px;
	background:url(cRBG.png);
	background-position:left;
	background-repeat:repeat-x;
	position: relative;
	left: 601px;
	top: -874px;
	z-index:0;
}

#formPesquisaHomePage {
	padding: 110px 0px 0px 35px;
}

#formPesquisaHomePage #campoPesquisa {
	width: 220px;
	position: relative;
	left: -4px;
}

#formPesquisaHomePage #submitPesquisa {
	position: relative;
	left: -9px;
}

#formPesquisaHomePage p {
	padding-left: 20px;
	color: #fff;
}

#formPesquisaHomePage span {
	text-align: right;
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 20px;
	color: #fff;
}

#formPesquisaBarra {
	position: relative;
	top: -4px;
}

#formPesquisaBarra #campoPesquisa {
	font-size:1.15em;
	color: #666;
	width: 120px;
	height: 13px;
	position: relative;
	left: -4px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#formPesquisaBarra #imageField {
	position:relative;
	top: 6px;
}

#formPesquisaBarra #submitPesquisa {
	position: relative;
	left: -9px;
}

#formPesquisaBarra p {
	width: 50px;
	padding-left: 0px;
	color: #fff;
}

#formPesquisaBarra #dropPesquisa {
	width:100px;
	height: 17px;
	font-size: 1.15em;
	background: #CCC;
	color:#333;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}


#formPesquisaBarra a {
	color: #fff;
}

#formPesquisaBarra a:hover {
	color: #fff;
	text-decoration:underline;
}


#hpC a {
	color: #fff;
}

#hpCentro p {
	color:#fff;
}

#hpCentro h2 {
	color: #fff;
	font-size: 1em;
}

#noticias {
	font:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	height: 330px;
	color: #fff;
	background: transparent;
	border:hidden;
	position: relative;
	top: 53px;
	width: 96%;
	left: 2%;
	overflow:auto;
}

#fct {
	height: 20px;
	width: 60px;
	padding: 3px;
	position: relative;
	left: 880px;
	top: -30px;
}

a img { border: 0; }

#header {
	height: 100px;
	
}

#menuBar {
	padding: 0px 0px 0px 0px;
	width: 865px;
	position: relative;
	left: 110px;
	top: -45px;
}

#logo {
	width: 110px;
	float: left;
}

.button {
	width: 25%;
	float: left;
	height: 39px;
	position:relative;
	top: -34px;
	padding-bottom:15px;
	background:url(bar.png);
	background-position:left;
	background-repeat:repeat-x;
	font:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#036;
	text-align:center;
}

.button img {
	position: relative;
	top: 11px;
}

.buttonFirst {
	width: 25%;
	float: left;
	height: 39px;
	position:relative;
	top: -34px;
	padding-bottom:15px;
	background:url(bHP.png);
	background-position:left;
	background-repeat:no-repeat;
	font:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#036;
	text-align:center;
}

.buttonFirst img {
	position: relative;
	top: 11px;
}
.buttonLast {
	width: 25%;
	float: left;
	height: 39px;
	position:relative;
	top: -34px;
	padding-bottom:15px;
	background:url(bHP.png);
	background-position:right;
	background-repeat:no-repeat;
	font:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#036;
	text-align:center;
}

.buttonLast img {
	position: relative;
	top: 11px;
}


#header a {
	text-decoration:none;
}

.button:hover {
	background:url(barOver.png);
	background-position:left;
	background-repeat:repeat-x;
	color: #036;
}

.button a:hover {
	color:#036;
}

.buttonFirst:hover {
	background:url(bHPOver.png);
	background-position:left;
	background-repeat:no-repeat;
	color: #036;
}

.buttonFirst a:hover {
	color:#036;
}

.buttonLast:hover {
	background:url(bHPOver.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #036;
}

.buttonLast a:hover {
	color: #036;
}

#lang {
width: 120px;
position: relative;
font-size:small;
color: #036;
right: -810px;
top: -85px;
}

#title {
	/*width: 830px;*/
	padding: 5px 0px 0px 5px;
	font-size: 1.2em;
	float: left;
}

#search {
	position: relative;
	right: -560px;
	top: -71px;
	width: 400px;
	height: 27px;
	font-size: 0.65em;
	z-index: 3;
}
	
#barSL {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 24px;
	height: 27px;
	background:url(barSL.png);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	left: 0px;
	z-index: 1;
}

#barSR {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 24px;
	height: 27px;
	background:url(barSR.png);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	left: 374px;
	top: -54px;
	z-index: 2;
}

#barS {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 350px;
	height: 27px;
	background: url(barS.png);
	background-position:left;
	background-repeat:repeat-x;
	position: relative;
	left: 24px;
	top: -27px;
	z-index: 0;
	overflow-x: visible;
	overflow-y: hidden;
}
	

.bar {
	padding: 0 0 0 0;
	width: 432px;
	font:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#036;
	text-align:center;
	vertical-align:middle;
	position: absolute;
	z-index: 0;
}

.barRL {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 6px;
	height: 39px;
	background:url(barRL.png);
	background-position:left;
	background-repeat:no-repeat;
	position:absolute;
	z-index: 1;
}

.barRR {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 6px;
	height: 39px;
	background:url(barRR.png);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	z-index: 2;
}

.small { 
	font-size: 0.7em;
}

.small p {
	text-align:center;
	color: #036;
}

.small a {
	color: #036;
	padding-left: 10px;
	padding-right: 10px;
}

.smallRes { 
	font-size: 0.8em;
}

.smallRes p {
	text-align:center;
	color: #036;
}

.smallRes a {
	color: #036;
	padding-left: 10px;
	padding-right: 10px;
}

a {color: #036; text-decoration: underline;}
a:hover { color: #636; text-decoration: underline;}

h1 {
	padding-left: 5px;
	font-size: 1.4em;
	color:#036;
	background: url(bgH1.png);
	background-repeat: repeat;
}
h2 {
	font-size: 1.2em;
	color:#666;
}
h3 {
	font-size: 1em;
	color:#666;
}
h4 {
	font-size: 0.9em;
	color:#666;
	font-style:normal;
}
p  {
	color:#666;
}


.menuTitle {
	color: #666666;
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px;
	padding-left: 10px;
}
p.menuTitle {margin-bottom: 0px;margin-top: 0px;}

.submenuTitle {color: #2e4c59; font-weight: bold; background-color: #FFFFFF; padding: 5px; padding-left: 10px; border: 1px solid #BBBBBB}
p.submenuTitle {margin-bottom: 0px;}

#confTitle {color: #AAAAAA} 

#deptCont p {
	text-align: left;
	font-size: 0.85em;
}

#deptCont td p {
	text-align: left;
}

#deptCont p a {
	color: #036;
}

#deptCont hr {text-align: left}

hr {
border: none 0;
border-top: 1px dashed #AAAAAA;
height: 1px;
clear: both}

ul,dl,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none
}

#resultadosCV ul {
	list-style:none;
	padding: 10px 10px 10px 10px;
	background: #FFF;
	background-image:url(bgUlPesquisa.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #ccc;
}

#resultadosCV ul li {
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border-bottom: 1px solid #CCC;

}

#resultadosCV ul li:hover {
	padding: 5px 4px 5px 4px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	background-image: url(bgPesquisa.png);
	background-position: bottom;
	background-repeat:repeat-x;
	}

#resultadosCV ul li a {
	font-size: 1.1em;
	text-decoration: none
}


#resultados ul {
	list-style:inside;
	list-style-image:url(iconDG.png);
	padding: 10px 10px 10px 10px;
	background: #FFF;
	background-image:url(bgUlPesquisa.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #ccc;
}

#resultados ul li {
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border-bottom: 1px solid #CCC;

}

#resultados ul li:hover {
	padding: 5px 4px 5px 4px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	background-image: url(bgPesquisa.png);
	background-position: bottom;
	background-repeat:repeat-x;
	}

#resultados ul li a {
	font-size: 1.1em;
	text-decoration: none
}

span.tooltipVz {
	color:#036;
}

span.tooltipVz span {
	display:none; 
	padding:2px 3px; 
	width:180px;
}

span.tooltipVz:hover span {
	display:inline; 
	position:absolute; 
	text-align: left;
	border:1px solid #cccccc; 
	background:#ffffff; 
	color:#666666;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
}
