@charset "utf-8";
a:link {
	color:#0A50A1;
}
a:visited {
	color: #0A50A1;
}
a:hover {
	color: #0A50A1;
}
a:active {
	color:#0A50A1;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/geral/fundo.gif);
	background-repeat:repeat-x;
	}
.fotoLegenda {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	}
.empTabelaDestaque {
	font-family: Arial;
	font-size: 20px;
	}
.empTabelaPlantaoTitulo {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	}
.empTabelaPlantao {
	font-family: Arial;
	font-size: 12px;
	}
.empTabelaFuncionamento {
	font-family: Arial;
	font-size: 11px;
	}

.textosobrescrito {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0px;
	text-align: left;
}
.tiutlobox {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	background-image:url(../imagens/geral/titulobox.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	height:20px;
	vertical-align:middle;
	}
.linkTabela {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.formCampo {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border-top:1px solid #acacac;
	border-left:1px solid #acacac;

}
.texto {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	letter-spacing: 0px;
}.textoazul {
	font-family: Arial;
	font-size: 13px;
	color: #0A50A1;
	letter-spacing: 0px;
	font-weight: bold;
}
.textoRodape {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
}
.textoProdape {
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	letter-spacing: 0px;
}
.titulo  {
	font-family: Arial;
	font-size: 20px;
	color: #3361ae;
}
.subTitulo  {
	font-family: Arial;
	font-size: 14px;
	color: #3361ae;
	font-weight: bold;
	height:20px;
	
}

.superDestaque  {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #3361ae;
}


#fundoFoto {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	left: 0;
	top: 0;
	background-color: #000000;
	filter: alpha(opacity=60);
	opacity:.6;
	-moz-opacity:.60;
	-khtml-opacity:.60;
	}
* html #fundoFoto {
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px" : body.scrollTop+"px");
}

#fotoPlayer {
	display:none;
	position:fixed;
	width:1000px;
	height:600px;
	z-index:2;
	left: 50%;
	top: 50%;
	margin-left:-500px;
	margin-top:-300px;
	}
* html #fotoPlayer {
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+350+"px" : body.scrollTop+350+"px");
}
