/*
 * CSS geral do site
 */

/*- Geral -*/
*{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
html{
	background-color: #082c4c;
	width: 100%;
	height: 100%;
}

.titulo-table{
	font-weight:bold;
	text-align:left;
}
.titulo-table-2{
	font-weight:bold;
	text-align:left;
}

.descricao-itens{
	padding-left:10px;
	padding-right:10px;
}
.cinza{
	color:#666}

a{
	color: #f4800b;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
.borLeft .tabela-rss {
float:left;
margin:10px 0 0 10px;
}
.buscaTopo {
float:right;
margin-bottom:10px;
margin-right:3px;
}
.buscaTopo input {
background:#E6F4FD none repeat scroll 0 0;
}
.buscaTopo .btn-busca {
background:#EAEAEA none repeat scroll 0 0;
}
.resultExame{display:none;float:left;padding-left:10px}
p {
	color: #404040;
	font-size: 11px;
}
table{
	border-collapse: collapse;
}
li {
	list-style-type: none;
	text-decoration: none;
	color: #404040;
}

#principal{
	margin: auto;
	width: 763px;
	height: 100%;
}
.padLeft3{
	padding-left: 26px;
}
.padLeft2{
	padding-left: 41px;
}
.padLeft{
	padding-left: 31px;
}
.padRight{
	padding-right: 20px;
}
.padBottom{
	padding-bottom: 20px;
}
.padTop{
	padding-top: 5px;
}
.none{
	display: none;
}
.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}
.clear{
	clear: both;
}
.correct{
	clear: both; 
	color: #FFFFFF; 
	line-height: 1px;
	font-size: 1px;
}
/*------------------------------*/

/*- Campos -*/
.campoBusca{
	color: #000000;
	font-size: 12px;
	background-color: transparent;
}
.campoPadrao{
	height: 18px;
	color: #000000;
	font-size: 12px;
	padding: 1px 2px 0px 2px;
	border-left: 1px #9fa1a4 solid;
	border-top: 1px #9fa1a4 solid;
	border-right: 1px #c6c7c9 solid;
	border-bottom: 1px #c6c7c9 solid;	
}
.comboPadrao{
	color: #000000;
	font-size: 12px;
	border-left: 1px #9fa1a4 solid;
	border-top: 1px #9fa1a4 solid;
	border-right: 1px #c6c7c9 solid;
	border-bottom: 1px #c6c7c9 solid;
}
.textArea{
	width: 400px;
}
/*------------------------------*/

/*- Header -*/
#header{
	position: relative;
	margin-top: 20px;
}
#cantoT{
	height: 12px;
	background-image: url("../_img/cantoT.jpg");
	background-repeat: no-repeat;
}
#topo{
	height: 113px;
	background-image: url("../_img/fundoTopo.jpg");
	background-repeat: no-repeat;
	padding-right: 18px;
	font-family: Trebuchet MS;
	font-size: 10px;	
	text-align: right;
	color: #1f1f1f;
}
#topo a{
	font-family: Trebuchet MS;
	font-size: 10px;	
	color: #1f1f1f;
	text-decoration: none;
}
#topo a:hover{
	font-family: Trebuchet MS;
	font-size: 10px;	
	color: #1f1f1f;
	text-decoration: none;
}
#breadbrumb{
	height: 34px;
	background-image: url("../_img/linBread.gif");
	background-repeat: repeat-x;
}
#breadbrumb a{
	color: #514f81;
}
.alignBread{
	padding-top: 8px;
	padding-left: 15px;
	color: #383843;
}
.breadSeta{
	padding-left: 5px;
	padding-right: 5px;
	color: #383843;
}
.breadBold{
	font-weight: bold;
	color: #514f81;
}
/*------------------------------*/

/*- Menu Topo -*/
#menuT{
	z-index: 1;
	position: absolute;
	clear: both;
	width: 763px;
	height: 40px;
	overflow: hidden;
	background-color: #FFFFFF;	
}
.contSub{
	position: absolute;
	left: 0px;
	height: 27px;	
}
.subMenu{
	z-index: 0;
	position: absolute;
	height: 27px;
	width: 763px;
	top: 140px;
	left: 0px;
	overflow: hidden;
	background-image: url("../_img/linSubMenu.gif");
	background-repeat: repeat-x;
}
.subAtivo{
	float: left;
	height: 27px;
	padding: 4px 5px 0px 5px;
	background-image: url("../_img/linSubMenuAtivo.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.subAtivo a{
	color: #FFFFFF;
}
.subAtivo a:hover{
	color: #FFFFFF;
	text-decoration: none;
}	    
.subNormal{
	float: left;
	height: 27px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
}
.subNormal a{
	color: #FFFFFF;
}
.subNormal a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.subVazio{
	float: left;
}
.botao{
	cursor: pointer;
}
.btnBusca{
	padding-top: 10px;
	padding-left: 5px;
}
#busca{
	float: left;
	width: 176px;
	height: 40px;
	background-image: url("../_img/fundoBusca.jpg");
	background-repeat: no-repeat;
}
#fundoBusca{
	float: left;
	width: 103px;
	height: 22px;
	background-image: url("../_img/caixaBusca.gif");
	background-repeat: no-repeat;
	padding: 5px 5px 0px 5px;
}	
.alignBusca{
	padding: 4px 0px 0px 8px;
	*padding: 6px 0px 0px 8px;
	_padding: 6px 0px 0px 8px;	
}	
/*------------------------------*/

/*- Menu Lateral -*/
#menuL{
	position: relative;
	float: left;
	width: 186px;
	background: url(Img/bg-menu.png) no-repeat left top;
}
#menu{
	width: 186px;
	background-color: #d7e9fe;
}
#sldLateral{
	/* height: 306px; */
	width: 186px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.fndSlide{
	/*height: 98px;*/
	height:190px;
	background-image: url("../_img/fndSlide.jpg");
	background-repeat: no-repeat;	
}
.slide{
	height: 26px;
	overflow: hidden;
}
.spaceMenu{
	height: 8px;
	background-color: #d7e9fe;	
}
.spaceMenuG{
	height: 53px;
	background-image: url("../_img/spaceMenu.jpg");
	background-repeat: repeat-x;
}
.btnNivel2{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url("../_img/degNivel2.gif");
	background-repeat: repeat-y;
	background-color: #719dc6;
	border-top: 1px #7eb3d6 solid;
	border-bottom: 1px #6a8fd2 solid; 
	color: #FFFFFF;
}
.btnNivel2 a{
	color: #FFFFFF;
}
.btnNivel2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.btnNivel2Ativo{
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url("../_img/degNivel2Ativo.gif");
	background-repeat: repeat-y;
	background-color: #1969b0;
	border-top: 1px #3182b9 solid;
	border-bottom: 1px #114ab1 solid; 
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
}
.setaMenu{
	padding-left: 8px;
	background-image: url("../_img/setaMenu.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #FFFFFF;
}
/*------------------------------*/

/*- Listas -*/
.lstSetaDupla{
	padding-left: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url("../_img/setaDupla.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	color: #6f6d84;
}
.hospital-visualizar {
color:#5B5B5B;
font-size:11px;
font-weight:normal;
padding-left:10px;
padding-right:15px;
width:25%;
}
.links-footer td table span {
padding-right:10px;
}
.links-footer td table a {
padding-right:10px;
}
.lstAbc{
	float: left;
	width: 15px;
	height: 25px;
	padding-left: 5px;
	padding-top: 11px;
	background-image: url("../_img/linAmarela.gif");
	background-repeat: no-repeat;
	color: #6f6d84;
}
.lstAbcF{
	float: left;
	width: 15px;
	height: 25px;
	padding-left: 5px;
	padding-top: 11px;
	color: #6f6d84;
}
.lstAbcF a{
	font-weight: bold;
	color: #faa700;
}
.lstAbc a{
	font-weight: bold;
	color: #faa700;
}
.lstLetra{
	overflow: hidden;
}
/*------------------------------*/

/*- Tabelas -*/
.tituloTabela{
	padding: 10px 5px 8px 7px;
	background-image: url('../_img/fndTitulo.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-size: 12px;
	color: #75a4dc;
}
.hospital{
	width: 25%;
	padding-left: 10px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 11px;		
	color: #6f6d84;
}
.linhaTabela{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px #c3d3e5 solid;
	border-bottom: 1px #c3d3e5 solid;
}
.borTabRight{
	border-right: 1px #c3d3e5 solid;
}
.fndTabClaro{
	/*background-color: #f6f8fc;*/
	background-color:#d9e6f6
}
.fndTabEscuro{
	background-color: #f0f5fb;
}
.check{
	cursor: pointer;	
}
/*------------------------------*/

/*- Conteúdo -*/
#conteudo{
	clear: both;
	float:left;
	width: 763px;
	height: 100%;
	margin-top: 40px;
	background-color: #FFFFFF;
}
#cont{
	float: left;
	width: 577px;
	background:#fff
}
.padLeftTbl{
	padding-left: 8px;
}
.alignSec{
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 6px;
}
.textoComum{
	color: #6f6d84;
}
.textoBold{
	color: #6f6d84;
	font-weight: bold;	
}
.tituloNormal{
	font-size: 12px;
	font-weight: bold;
	color: #75a4dc;
}
.tituloLogin{
	font-weight: bold;
	color: #de6800;
}
.alignLogin{
	padding-top: 10px;
	padding-left: 10px;
}
.caixaPrincipal{
	width: 577px;
	height: 40px;
	background-image: url("../_img/fundoTitulo.jpg");
	background-repeat: no-repeat;
}
.caixaSecundaria{
	width: 540px;
	height: 36px;
	background-image: url("../_img/fundoTituloSec.jpg");
	background-repeat: no-repeat;
	background-position: left;
}
.tituloPrincipal{
	padding-top: 6px;
	padding-left: 31px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #282961;
}
.tituloSecundario{
	padding-top: 14px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #75a4dc;
}
.titSecund 
{
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #75a4dc;
}
.boxTitEx0{
	padding-left: 26px; 
	padding-top: 28px;
	*padding-top: 25px;	
}
.boxTitEx1{
	padding-left: 20px;
	padding-top: 25px;
}
.boxTitEx2{
	padding-left: 20px;
	padding-top: 27px;
	*padding-top: 25px;
}
#boxExame0{
	float: left;
	width: 189px;
	height: 202px;
	background-image: url("../_img/boxExame0.jpg");
	background-repeat: no-repeat;
}
.contEx0{
	padding-top: 18px;
	padding-left: 26px;
	padding-right: 23px;
}
#boxExame1{
	float: left;
	width: 180px;
	height: 202px;
	background-image: url("../_img/boxExame1.jpg");
	background-repeat: no-repeat;
}
.contEx1{
	padding-top: 18px;
	padding-left: 19px;
	padding-right: 23px;
}
#boxExame2{
	float: left;
	width: 185px;
	height: 202px;
	background-image: url("../_img/boxExame2.jpg");
	background-repeat: no-repeat;
}
.contEx2{
	padding-top: 18px;
	padding-left: 19px;
	padding-right: 23px;
}
#boxExameResult{
	position: relative;
	width: 497px;
	height: 149px;
	background-image: url("../_img/boxExameResult.jpg");
	background-repeat: no-repeat;
}
.contExResult{
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 23px;
}
#boxExameResCont{
	position: absolute;
	top: 25px;
	left: 275px;
	width: 180px;
	height: 102px;
	background-image: url("../_img/boxExameResCont.jpg");
	background-repeat: no-repeat;
}
#boxExamePaciente0{
	float: left;
	width: 177px;
	height: 41px;
	background-image: url("../_img/boxExamePaciente.jpg");
	background-repeat: no-repeat;
}
.boxTitExamePac0{
	padding-top: 15px;
	padding-left: 20px;
}
#boxExamePaciente1{
	float: left;
	width: 177px;
	height: 41px;
	background-image: url("../_img/boxExamePaciente.jpg");
	background-repeat: no-repeat;
}
.boxTitExamePac1{
	padding-top: 13px;
	padding-left: 20px;
}
#boxExamePaciente2{
	float: left;
	width: 177px;
	height: 41px;
	background-image: url("../_img/boxExamePaciente.jpg");
	background-repeat: no-repeat;
}
.boxTitExamePac2{
	padding-top: 15px;
	padding-left: 20px;
}
#boxFaleConosco{
	float: left;
	width: 509px;
	height: 356px;
	padding-bottom: 10px;
	background-image: url("../_img/boxFaleConosco.jpg");
	background-repeat: no-repeat;	
}

#boxCartao{
	float: left;
	width: 531px;
	height: 254px;
	background-image: url("../_img/boxCartaoTopo.jpg");
	background-repeat: no-repeat;	
}

.contExResult{
	padding-top: 35px;
	padding-left: 45px;
	padding-right: 23px;
}
#tblAcomodacao{
	float: left;
	width: 503px;
	height: 326px;
	background-image: url("../_img/fundoAcomodacao.gif");
	background-repeat: no-repeat;	
}
.larguraInt{
	width: 430px;
}
.pdf{
	position: absolute;
	top: 14px;
	right: 50px;
	text-align: center;
	font-size: 10px;
	color: #6f6d84;
}
.pdf a{
	color: #6f6d84;
}
.smbPdf{
	padding-bottom: 3px;
	padding-right: 6px;
}
.msgPdf{
	width: 496px;
	height: 35px;
	padding: 7px 7px 5px 7px;
	background-color: #f1f1f1;
	border-left: 1px #c6c7c9 solid;
	border-right: 1px #c6c7c9 solid;
	border-top: 1px #c6c7c9 solid;
	border-bottom: 1px #c6c7c9 solid;
}
.saiba{
	background-image: url("../_img/smbSaiba.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	margin-top: 7px;
	padding-left: 12px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #396c9f;
}
.saiba a{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #396c9f;
}

#boxLiderancas0{
    float: left;
    width: 120px;
    height: 99px;
}
#boxLiderancas1{
    float: left;
    width: 395px;
    height: 170px;
}
.liderancas_sep{
	border-bottom: solid 526px #E3EDF8;
}  
#separa {
	background-image: url("../_img/linAzul.gif");
	background-repeat: repeat-x;
	width: 450px;
	height: 10px;
}
.tblCont{
	padding: 8px 0px 0px 14px;
}
.textoTbl{
	color: #75A4DC;
	font-weight: bold;
}
.linha{
	clear: both;
	width: 526px;
	height: 1px;
	margin-bottom: 25px;
	line-height: 1px;
	font-size: 1px;
	background-color: #e3edf8;	
}
.letraGrande{
	width: 34px;
	height: 34px;
	background-color: #75a4dc;
}
.alignLetraGrande{
	padding: 3px 0px 0px 10px;
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.itemLetra{
	cursor: pointer;
}
.caixaSecundariaNoImage{
	width: 540px;
	height: 15px;
}
.imgEspecialidades{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.EspL{
	width: 490px;
}

.destMain 
{
	background-image: url(../_img/backDestNoticia.jpg);	
	background-repeat: no-repeat;
	width: 543px;
	height: 319px;
	margin-left: 20px;
	_margin-left: 10px;
	float: left;
}

.destMain ul
{
	padding-right:5px;
	float:right;
}

.mainDestDir 
{
	padding-top: 3px;
	padding-left: 250px;
}

.mainDestEsq 
{
	padding-top: 3px;
}

.alignNoticia 
{	
	width: 500px;
	padding-top: 24px;
	padding-left: 20px;
}

.groupNoticias 
{
	border: 1px solid #e3e3e3;
	float: left;
	width: 184px;
	height: 289px;
	margin-top: 15px;
	margin-left: 5px;
}

.groupNoticias .lstSetaDupla 
{
	line-height: 16px;
}

.alignGroupNot 
{
	width: 184px;
	padding-top: 10px;
	padding-left: 14px;	
}

.padImgLeft 
{
	padding-left: 17px;
	_padding-left: 26px;
} 

/*.EspR{
	float: left;
	width: 245px;
}*/
/*------------------------------*/

/*- Footer -*/
#footer{
	clear: both;
	margin: auto;
	width: 763px;
	background-image: url("../_img/cantoB.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	text-align: right;
	color: #FFFFFF;
}
/*------------------------------*/

@media print {
    *{
		border: 0px;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 16px;
		color: #000000;
	}
}