﻿/**********************************************

	autor: INPUT CENTER INFORMÁTICA
	versão: 1.0.0
	atualizado em: 18/06/2010

**********************************************/

fieldset{
	overflow: hidden;
	border: none;
}
legend{
	display: none;
}
/* hospital - Default */
div#conteudoGeral{
	background: url(../layout/fundoConteudoGeral.gif) right top repeat-y;
}
div#container{
	width: 695px;
	min-height: 550px;
	color: #666;
	font-size: 12px;
}
#boxTitulo{
	width: 685px;
	margin: 5px 0;
	background: url(../layout/linhaFundoBoxTituloPagina.jpg) left 13px no-repeat;
}
#boxTitulo h3{
	padding: 1px 0 0 13px;
	color: #E13321;
	font-size: 15px;
	font-style: italic;
}
#boxTitulo h3 span{
	padding: 0 8px 0 35px;
	background: #FFF url(../layout/iconeLogoTituloPagina.jpg) 6px 2px no-repeat;
}
#boxConteudo{
	width: 695px;
}
#boxConteudo p{
	padding-right: 14px;
	margin: 10px 0 20px 0;
	*margin-top: 5px;
	color: #666666;
	font-size: 12px;
	text-align: justify;
}
#boxListaConteudoHospital{
	width: 695px;
	padding-top: 3px;
	float: left;
}
#boxListaConteudoHospital ul{
	list-style-type: none;
}
#boxListaConteudoHospital li{
	width: 324px;
	height: 123px;
	padding: 10px 15px 0 0;
	float: left;
}
#boxListaConteudoHospital li.Direita{
	padding-left: 17px;
}
#boxListaConteudoHospital a{
	width: 324px;
	height: 123px;
	overflow: hidden;
	float: left;
}
#containerRodapeHospital{
	width: 936px;
	padding-left: 14px;
	background: url(../layout/fundoConteudoGeral.gif) right top repeat-y;
}
#boxRodapeHospital{
	width: 681px;	
	border-bottom: 2px solid #F4E9E5;
}
.btnSubirPagina{
	width: 55px;
	float: left;
}
.btnSubirPagina a{
	width: 55px;
	height: 16px;
	margin-top: 6px;
	text-indent: -999em;
	overflow: hidden;
	float: left;
	background: url(../layout/btnSubirPagina.gif) no-repeat;
}
.btnSubirPagina a:hover{
	background: url(../layout/btnSubirPagina.gif) left bottom no-repeat;
}
.boxBarraRodape{
	width: 140px;
	height: 22px;
	float: right;
	background: #F4E9E5;
}
.boxBarraRodape ul{
	list-style-type: none;
}
.boxBarraRodape li{
	padding: 6px 9px 0 12px;
	float: left;
}
.boxBarraRodape a{
	text-indent: -999em;
	float: left;
}
li.boxBarraRodapeVoltar a{
	width: 10px;
	height: 9px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../layout/btnBarraRodapeVoltar.gif) no-repeat;
}
li.boxBarraRodapeVoltar a:hover{
	background: url(../layout/btnBarraRodapeVoltar.gif) left bottom no-repeat;
}
li.boxBarraRodapeEmail a{
	width: 14px;
	height: 12px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../layout/btnBarraRodapeEmail.gif) no-repeat;
}
li.boxBarraRodapeEmail a:hover{
	background: url(../layout/btnBarraRodapeEmail.gif) left bottom no-repeat;
}
li.boxBarraRodapeIndicar a{
	width: 14px;
	height: 14px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../layout/btnBarraRodapeIndicar.gif) no-repeat;
}
li.boxBarraRodapeIndicar a:hover{
	background: url(../layout/btnBarraRodapeIndicar.gif) left bottom no-repeat;
}
li.boxBarraRodapeImprimir a{
	width: 12px;
	height: 13px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../layout/btnBarraRodapeImprimir.gif) no-repeat;
}
li.boxBarraRodapeImprimir a:hover{
	background: url(../layout/btnBarraRodapeImprimir.gif) left bottom no-repeat;
}
#boxTitulo p{
	margin: 11px 0 20px 0;
	color: #E13321;
	font-size: 13px;
}
#boxServicosAtendidos{
	width: 695px;
	float: left;
}
#boxServicosAtendidos a{
	width: 682px;
	height: 21px;
	padding: 4px 0;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	float: left;
}
.boxServicosAtendidosMenu{
	width: 682px;
	margin-bottom: 4px;
	/*background: #E0E0E0;*/
}
.boxServicosAtendidosMenu ul{
	list-style-type: none;
}
.boxServicosAtendidosMenu ul li{
	background: #FFF;
}
.boxServicosAtendidosMenu ul#subMenu a{
	display: block;
	padding: 7px 0 7px 19px;
	color: #666;
	font-size: 13px; 
	text-decoration: none;
	border: 1px solid #666;
	background: #E0E0E0 url(../layout/setaMenuServicosAtendidos.gif) no-repeat 8px 9px;
}
.boxServicosAtendidosMenu ul#subMenu a:hover{
	color: white;
	background: #666666 url(../layout/setaMenuServicosAtendidosHover.gif) no-repeat 8px 9px;
}
.boxServicosAtendidosMenu ul#subMenu a.servicosMenuAtivo{
	color: white;
	background: #666666 url(../layout/setaMenuServicosAtendidosHover.gif) no-repeat 8px 9px;
}
.boxServicosAtendidosMenu ul#subMenu ul{
	margin: 10px 0;
	list-style-type: none;
}
.boxServicosAtendidosMenu ul#subMenu ul li p{
	margin: 0 0 8px 8px;
	color: #666;
	font-size: 12px;
}
.boxServicosAtendidosMenu ul#subMenu ul li ol{
	margin: 0 0 8px 30px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
.boxServicosAtendidosMenu ul#subMenu ul li span{
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}
/* HOSPITAL -> AMBULATORIO */
div#boxAmbulatorio{
	width: 695px;
	margin-top: 29px;
}
#boxAmbulatorio h4{
	padding-left: 8px;
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	background: url(../layout/setaBoxNoticiasTexto.gif) left center no-repeat;
}
#boxAmbulatorio h4:first-child{
	margin-top: 0;
}
#boxAmbulatorio p{
	margin-bottom: 6px;
	color: #666;
	font-size: 12px;
}
#boxAmbulatorio ol li{
	margin: 0 0 4px 29px;
	*margin: 0 0 4px 31px;
	color: #666;
	font-size: 14px;
}
/* HOSPITAL -> OUVIDORIA */
div#boxOuvidoria{
	width: 695px;
	margin-top: 21px;
}
#boxOuvidoria p{
	color: #666;
	font-size: 14px;
}
/* CONTATO */
div#containerFormularioContato{
	width: 695px;
}
#boxFormularioContato{
	display: block;
	width: 458px;
	margin: 0 auto;
	color: #666666;
	font-size: 13px;
}
#boxFormularioContato p{
	margin-bottom: 8px;
}
/*#boxFormularioContato{
	width: 228px;
	height: 22px;
	background: url(../layout/fundoSetorSelect.gif) no-repeat;
}*/
#boxFormularioContato p select{
	display: block;
	width: 224px;
	padding: 2px 0;
	margin: 2px 0 0 2px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #CCC;
}
.boxCamposLogin p input[type="text"]{
	display: block;
	width: 450px;
	height: 18px;
	padding: 2px 2px;
	border: 1px solid #D7D7D7;
	border-left: 2px solid #929292;
	border-top: none;
	background: #FFF url(../layout/detalheInputForm.jpg) repeat-x;
}
p.ContatoTelefone input[type="text"]{
	display: block;
	width: 228px;
	height: 18px;
}
p.ContatoMensagem textarea{
	display: block;
	width: 452px;
	height: 95px;
	padding: 2px 2px;
	border: 1px solid #D7D7D7;
	border-left: 2px solid #929292;
	border-top: none;
	background: #FFF url(../layout/detalheInputForm.jpg) repeat-x;
}
p.btnContatoEnviar input[type="submit"]{
	width: 150px;
	height: 30px;
	margin-top: 8px;
	color: #FFF;
	font-size: 13px;
	*letter-spacing: -1px;
	text-indent: -999em;
	cursor: pointer;
	float: right;
	background: url(../layout/btnContatoEnviar.png) no-repeat;
}
p.btnContatoEnviar input[type="submit"]:hover{
	background-position: bottom left;
}
/* DICAS DE SAÚDE */
div#containerListaDicasSaude{
	width: 695px;
	margin-top: 39px;
}
#boxListaDicasSaude{
	width: 695px;
}
#boxListaDicasSaude ul{
	list-style-type: none;
}
#boxListaDicasSaude li{
	width: 681px;
	height: 50px;
	margin-top: 1px;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(../layout/iconeListaDicasSaude.gif) 10px 12px no-repeat;
}
#boxListaDicasSaude a{
	width: 624px;
	height: 34px;
	margin-top: 2px;
	padding: 12px 0 0 57px;
	color: #666666;
	font-size: 15px;
	text-decoration: none;
	float: left;
}
#boxListaDicasSaude a:hover{
	background: #EBEBEB url(../layout/iconeListaDicasSaude.gif) 10px 10px no-repeat;
}
#boxListaDicasSaude span{
	padding-left: 134px;
	color: #666;
	font-size: 11px;
}
#boxListaDicasSaude span.Ultimo{
	/*padding: 3px 21px 10px 0;*/
	color: #666666;
	font-size: 11px;
	
}
/* DICAS DE SAÚDE -> INTERNA */
div#boxInternaDicasSaude{
	width: 681px;
}
#boxInternaDicasSaude h4{
	color: #E23322;
	font-size: 13px;
}
#boxInternaDicasSaude p{
	margin-top: 10px;
	text-align: justify;
}
#boxInternaDicasSaude label{
	display: block;
	margin: 10px auto 5px 0;
}
#boxInternaDicasSaude ul{
	list-style-type: none;
}
#boxInternaDicasSaude li{
	display: block;
	margin-left: 10px;
}
/* NOTICIAS */
div#containerNoticias{
	width: 686px;
}
#boxNoticias{
	width: 686px;
	margin-top: 14px;
}
#boxNoticias ul{
	list-style-type: none;
}
#boxNoticias li{
	width: 324px;
	height: 94px;
	margin-bottom: 18px;
	float: left;
}
#boxNoticias li.TopoDireita{
	background: url(../layout/fundoNoticiasTopoDireita.gif) no-repeat;
}
#boxNoticias li.TopoDireita:hover{
	background: url(../layout/fundoNoticiasTopoDireita.gif) bottom left no-repeat;
}
#boxNoticias li.TopoEsquerda{
	margin-right: 14px;
	float: right;
	background: url(../layout/fundoNoticiasTopoEsquerda.gif) no-repeat;
}
#boxNoticias li.TopoEsquerda:hover{
	background: url(../layout/fundoNoticiasTopoEsquerda.gif) bottom left no-repeat;
}
#boxNoticias li.InferiorDireita{
	background: url(../layout/fundoNoticiasInferiorDireita.gif) no-repeat;
}
#boxNoticias li.InferiorDireita:hover{
	background: url(../layout/fundoNoticiasInferiorDireita.gif) bottom left no-repeat;
}
#boxNoticias li.InferiorEsquerda{
	margin-right: 14px;
	float: right;
	background: url(../layout/fundoNoticiasInferiorEsquerda.gif) no-repeat;
}
#boxNoticias li.InferiorEsquerda:hover{
	background: url(../layout/fundoNoticiasInferiorEsquerda.gif) bottom left no-repeat;
}
#boxNoticias p{
	width: 48px;
	height: 46px;
	margin: 24px 0 0 17px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	float: left;
	background: url(../layout/fundoIconeListaNoticias.gif) no-repeat;
}
#boxNoticias p span{
	display: block;
	color: #000;
	font-size: 10px;
}
#boxNoticias ul li a{
	display: block;
	height: 69px;
	padding: 24px 8px 0 78px;
	*padding: 24px 8px 0 13px;
	color: #666666;
	font-size: 13px;
	text-decoration: none;
}
#boxNoticias ul li a span{
	display: block;
	padding-left: 8px;
	font-size: 11px;
	background: url(../layout/setaBoxNoticiasTexto.gif) left center no-repeat;
}
#boxNoticias ul li a:hover{
	color: #111;
}
/* NOTICIAS -> INTERNA */
#boxNoticiasInterna{
	width: 686px;
	margin: 0 auto 20px auto;
	color: #666666;
	font-size: 12px;
	text-align: justify;
}
#boxNoticiasInterna h4{
	margin-top: 10px;
	color: #E23322;
	font-size: 13px;
}
.boxNoticiasInternaSubTitulo{
	margin-bottom: 15px;
	color: #E23322;
	font-size: 12px;
}
#boxNoticiasInterna p{
	width: 681px;
	margin-bottom: 21px;
	color: #666666;
	font-size: 12px;
	text-align: justify;
}
#boxNoticiasInterna a{
	color: #972700;
	font-size: 12px;
	text-decoration: none;
}
#boxNoticiasInterna ul{
	list-style-type: none;
}
#boxNoticiasInterna ul li{
	color: #666666;
	font-size: 12px;
	text-align: justify;
}
#boxNoticiasInterna table{
	width: 100%;
	margin: 0 auto;
}
#boxNoticiasInterna th{
	padding: 5px;
	color: #972700;
	font-size: 14px;
	text-align: center;
	background: #F4E9E5;
}
#boxNoticiasInterna td{
	padding: 5px;
	text-align: center;
	border-right: 1px solid #F4E9E5;
	border-bottom: 1px solid #F4E9E5;
}
#boxNoticiasInterna td:first-child{
	border-left: 1px solid #F4E9E5;
}
/* UTI */
div#containerUTI{
	width: 682px;
}
#containerUTI p{
	padding: 112px 0 0 268px;
	color: #9A310C;
	font-size: 11px;
	float: left;
}
#menuUTI{
	width: 681px;
	height: 37px;
	margin-top: 14px;
	border-bottom: 2px solid #CCCCCC;
}
#menuUTI ul{
	list-style-type: none;
}
#menuUTI li{
	height: 35px;
	margin-left: 3px; 
	float: left;
}
#menuUTI li:first-child{
	margin-left: 0;
}
#menuUTI a:link, #menuUTI a:active, #menuUTI a:visited{
	display: block;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	background: #E0E0E0 url(../layout/fundoMenuEsquerdoUTI.jpg) no-repeat;
}
#menuUTI a:hover{
	color: #FFF;
	background: #E83B00 url(../layout/fundoMenuEsquerdoUTI.jpg) bottom left no-repeat;
}
#menuUTI a:hover span{
	background: url(../layout/fundoMenuDireitoUTI.jpg) bottom right no-repeat;
}
#menuUTI a span{
	display: block;
	height: 23px;
	padding: 12px 13px 0 13px;
	text-align: center;
	cursor: pointer;
	background: url(../layout/fundoMenuDireitoUTI.jpg) right top no-repeat;
}
#menuUTI a.menuAtivoUTI{
	color: #FFF;
	background: #E83B00 url(../layout/fundoMenuEsquerdoUTI.jpg) bottom left no-repeat;
}
#menuUTI a.menuAtivoUTI span{
	background: url(../layout/fundoMenuDireitoUTI.jpg) bottom right no-repeat;
}
#boxUTI{
	width: 682px;
	margin-top: 22px;
	float: left;
}
#boxUTI ul{
	list-style-type: none;
}
#boxUTI li{
	width: 156px;
	height: 154px;
	margin-left: 19px;
	float: left;
}
#boxUTI li:first-child{
	margin-left: 0px;
}
li#boxInfraEstrutura a{
	background: url(../layout/imagemUTIInfraEstrutura.jpg) no-repeat;
}
li#boxAgendas a{
	background: url(../layout/imagemUTIAgendas.jpg) no-repeat;
}
li#boxFamiliares a{
	background: url(../layout/imagemUTIFamiliares.jpg) no-repeat;
}
li#boxContato a{
	background: url(../layout/imagemUTIContato.jpg) no-repeat;
}
#boxUTI li > a{
	width: 156px;
	height: 135px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	float: left;
}
#boxUTI a:hover{
	opacity: 0.6;
	*filter: alpha(opacity=80);
}
#boxUTI span a{
	display: block;
	padding-top: 6px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: none;
}
/* UTI -> INFRAESTRUTURA */
div#boxInfraEstruturaUTI{
	width: 682px;
}
#boxInfraEstruturaUTI p{
	margin-top: 15px;
	color: #666;
	font-size: 12px;
}
/* UTI -> AGENDAS E FAMILIARES */
div#boxDownloadUTI{
	width: 682px;
}
#boxDownloadUTI ul{
	list-style-type: none;
}
#boxDownloadUTI li{
	display: block;
	width: 647px;
	height: 35px;
	padding-left: 35px;
	color: #6C6C6C;
	font-size: 14px;
	border-bottom: 2px solid #F0F0F0;
	background: url(../layout/iconeEstruturaAssistencialUTI.gif) left center no-repeat;
}
#boxDownloadUTI li:hover{
	background: #ECECEC url(../layout/iconeEstruturaAssistencialUTI.gif) left center no-repeat;
}
.boxDownloadEsquerdoUTI{
	margin-top: 10px;
	float: left;
}
.boxDownloadDireitoUTI{
	height: 26px;
	margin-top: 4px;
	float: right;
	background: url(../layout/iconeBtnDownload.gif) right no-repeat;
}
#boxDownloadUTI a{
	display: block;
	height: 16px;
	padding: 8px 30px 0 0;
	color: #E13321;
	font-size: 10px;
	text-decoration: none;
}
#boxDownloadUTI a:hover{
	color: #660000;
}
/* UTI -> CONTATO UTI */
div#containerFormularioContatoUTI{
	width: 570px;
	margin: 29px 0 0 112px;
}
/* UTI -> ADMINISTRACAO */
div#boxAdministracaoUTI{
	width: 682px;
	margin: 16px 0 0 8px;
	color: #666;
}
#boxAdministracaoUTI p{
	font-size: 15px;
	margin-bottom: 23px;
}
#boxAdministracaoUTI span{
	display: block;
	padding-left: 19px;
	font-size: 12px;
	background: url(../layout/iconeAdministracaoUTI.gif) no-repeat;
}
/* UTI -> ESTRUTURA ASSISTENCIAL */
div#boxEstruturaAssistencialTopoUTI{
	width: 682px;
	margin-top: 14px;
}
#boxEstruturaAssistencialTopoUTI ul{
	list-style-type: none;
}
#boxEstruturaAssistencialTopoUTI li{
	margin-bottom: 6px;
}
#boxEstruturaAssistencialTopoUTI a{
	padding-left: 19px;
	color: #E83A00;
	font-size: 12px;
	text-decoration: none;
	background: url(../layout/iconeAdministracaoUTI.gif) no-repeat;
}
div#boxEstruturaAssistencialConteudoUTI{
	width: 682px;
	margin-top: 19px;
}
#boxEstruturaAssistencialConteudoUTI h4{
	width: 657px;
	height: 20px;
	padding: 4px 0 0 25px;
	margin-top: 5px;
	color: #E83A00;
	font-size: 14px;
	border-bottom: 2px solid #CCC;
	background: url(../layout/iconeEstruturaAssistencialUTI.gif) no-repeat;
}
#boxEstruturaAssistencialConteudoUTI ul{
	margin: 10px 0 30px 0;
	list-style-type: none;
}
#boxEstruturaAssistencialConteudoUTI li{
	color: #666;
	font-size: 12px;
}
/* UTI -> REUNIOES CLINICAS */
div#boxReunioesClinicasUTI{
	width: 682px;
}
#boxReunioesClinicasUTI p{
	margin-top: 15px;
	color: #666;
	font-size: 12px;
}
/* UTI -> PROTOCOLOS */
div#boxProtocolosUTI{
	width: 682px;
}
#boxProtocolosUTI p{
	margin-top: 215px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
/* UTI -> RESIDENTES */
div#boxResidentesUTI{
	width: 682px;
}
#boxResidentesUTI p{
	margin-top: 15px;
	color: #666;
	font-size: 12px;
}
/* UTI -> LINKS */
div#boxLinksUTI{
	width: 682px;
}
#boxLinksUTI ul{
	list-style-type: none;
}
#boxLinksUTI li{
	display: block;
	width: 647px;
	height: 23px;
	padding: 12px 0 0 35px;
	color: #6C6C6C;
	font-size: 14px;
	border-bottom: 2px solid #F0F0F0;
	background: url(../layout/iconeLinksUTI.gif) no-repeat 10px 10px;
}
#boxLinksUTI li:hover{
	background: #F0F0F0 url(../layout/iconeLinksUTI.gif) no-repeat 10px 10px;
}
.boxLinksEsquerdoUTI{
	float: left;
}
.boxLinksDireitoUTI{
	float: right;
}
#boxLinksUTI a{
	margin-right: 12px;
	color: #6C6C6C;
	font-size: 10px;
	text-decoration: none;
}
#boxLinksUTI a:hover{
	color: #333;
}
/* MONITORAMENTO */
div#containerMonitoramento{
	width: 695px;
	float: left;
}
#containerMonitoramento a{
	display: block;
	width: 324px;
}
#containerMonitoramento p{
	margin: 90px 0 0 124px;
	color: #666;
	font-size: 12px;
	text-align: center;
	float: left;
}
#containerMonitoramento ul{
	list-style-type: none;
}
#containerMonitoramento li{
	width: 324px;
	margin-top: 13px;
	*margin-top: 4px;
}
li#boxCamerasMonitoramento{
	float: left;
}
#boxCamerasMonitoramento a.CamerasMonitoramentoImagem{
	height: 254px;
	text-indent: -999em;
	background: url(../layout/fundoBoxCamerasMonitoramento.gif) no-repeat;
}
#boxCamerasMonitoramento a.CamerasMonitoramentoTexto{
	width: 250px;
	margin: 8px 0 0 64px;
	color: #717171;
	font-size: 15px;
	text-decoration: none;
	background: url(../layout/setaMonitoramento.gif) right center no-repeat;
}
li#boxEstatisticas{
	margin-right: 14px;
	float: right;
}
#boxEstatisticas a.EstatisticasImagem{
	height: 254px;
	text-indent: -999em;
	background: url(../layout/fundoBoxEstatisticas.gif) no-repeat;
}
#boxEstatisticas a.EstatisticasTexto{
	width: 117px;
	margin: 8px 0 0 197px;
	color: #717171;
	font-size: 15px;
	text-decoration: none;
	background: url(../layout/setaMonitoramento.gif) right center no-repeat;
}
/* PAGINACAO */
div#boxPaginacao{
	width: 773px;
	margin: 20px 0 20px 0;
	text-align: center;
}
#boxPaginacao span span{
	padding: 3px;
	font-size: 16px;
	text-decoration: underline;
}
#boxPaginacao a, #boxPaginacao a:link, #boxPaginacao a:hover, #boxPaginacao a:active, #boxPaginacao a:visited{
	padding: 3px;
	color: #671D1B;
	font-weight: bold;
	text-decoration: none;
}
#boxPaginacao a.btnUltimaPagina{
	font-weight: normal;
}
/* POPUPS -> NEWSLETTER */
#boxTituloNewsLetter{
	padding-top: 11px;
}
#boxTituloNewsLetter h1{
	text-indent: -9999em;
}
h1#tituloNewsLetter{
	background: url(../layout/boxTituloNewsLetter.gif) no-repeat;
}
div#boxNewsLetter{
	width: 291px;
	height: 200px;
	margin: 0 auto;
	background: url(../layout/fundoBoxNewsLetter.png) no-repeat;
}
#boxNewsLetter label{
	margin-left: 28px;
	color: #333;
	font-size: 13px;
}
span#rfvNome{
	margin: 2px 0;
	position: absolute;
}
#boxNewsLetter .inputNewsLetterNome{
	width: 248px;
	height: 27px;
	padding: 4px 2px 0 3px;
	margin: 0 auto;
	text-align: center;
	background: url(../layout/inputNewsLetter.gif) no-repeat;
}
#boxNewsLetter .inputNewsLetterEmail{
	width: 248px;
	height: 27px;
	padding: 4px 2px 0 3px;
	margin: 0 auto;
	text-align: center;
	background: url(../layout/inputNewsLetter.gif) no-repeat;
}
#boxNewsLetter input[type="text"]{
	width: 241px;
	height: 17px;
	padding-top: 2px;
	border: none;
}
#boxNewsLetter input[type="submit"]{
	display: block;
	width: 122px;
	height: 25px;
	margin: 15px auto 0;
	*letter-spacing: -1px;
	text-indent: -999em;
	cursor: pointer;
	overflow: hidden;
	border: none;
	background: url(../layout/btnEnviarNewsLetter.gif) no-repeat;
}
.clearBoth{
	clear: both;
}
/* INDICAR */
#boxTituloCompartilhar{
	padding-top: 11px;
}
#boxTituloCompartilhar h1{
	text-indent: -9999em;
}
h1#tituloCompartilhar{
	background: url(../layout/boxTituloCompartilhar.gif) no-repeat;
}
div#boxCompartilhar{
	width: 291px;
	height: 350px;
	margin: 0 auto;
	background: url(../layout/fundoBoxCompartilhar.png) no-repeat;
}
#boxCompartilhar label{
	margin-left: 20px;
	color: #FF0000;
	font-size: 13px;
}
#boxCompartilhar label strong{
	color: #333;
	font-size: 11px;
}
#boxCompartilharInferior{
	margin-top: 46px;
}
/*#boxCompartilhar p.CampoObrigatorio{
	padding: 6px 18px 6px 0;
	text-align: center;
}*/
#boxCompartilhar p.CampoObrigatorio label{
	color: #FF0000;
	text-align: center;
}
.boxCompartilharInput{
	width: 248px;
	height: 27px;
	padding: 4px 2px 0 3px;
	margin: 0 auto;
	text-align: center;
	background: url(../layout/inputNewsLetter.gif) no-repeat;
}
.boxCompartilharInput input[type="text"]{
	width: 241px;
	height: 17px;
	padding-top: 2px;
	border: none;
}
.btnEnviarIndicacao input[type="submit"]{
	display: block;
	width: 122px;
	height: 25px;
	margin: 16px auto 0;
	*letter-spacing: -1px;
	text-indent: -999em;
	cursor: pointer;
	overflow: hidden;
	border: none;
	background: url(../layout/btnEnviarNewsLetter.gif) no-repeat;
}

/* Servicos - Default */
p.descricaoSecaoServico{
	padding: 0 0 15px 0;
	color: #666666;
	font-size: 13px;
}
div#boxSecaoServicos{
	width: 684px;
	margin: 0 auto;
}
div#boxSecaoServicos ul{
	list-style-type: none;
}
div#boxSecaoServicos ul li{
	width: 220px;
	min-height: 171px;
	padding-top: 20px;
	float: left;
	border-right: 3px solid #F1F1F1;
	border-bottom: 3px solid #F1F1F1;
}
div#boxSecaoServicos ul li.ultimoItem{
	border-right: 0;
}
div#boxSecaoServicos ul li.ultimaLinha{
	border-bottom: 0;
}
div#boxSecaoServicos ul li a{
	display: block;
	width: 187px;
	height: 146px;
	margin: 0 auto;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	background: url(../layout/fundoBoxSecaoServico.jpg) no-repeat;
}
div#boxSecaoServicos ul li a:hover{
	background: url(../layout/fundoBoxSecaoServicoHover.jpg) no-repeat;
}
div#boxSecaoServicos ul li a.agendamentoRetorno{
	background-position: -244px 0;
}
div#boxSecaoServicos ul li a.resultadoExames{
	background-position: -486px 0;
}
div#boxSecaoServicos ul li a.dicasSaude{
	background-position: 0 -189px;
}
div#boxSecaoServicos ul li a.estatiscas{
	background-position: -244px -189px;
}
div#boxSecaoServicos ul li a.indicadores{
	background-position: -486px -189px;
}
div#boxSecaoServicos ul li a.monitoramento{
	background-position: 0 -387px;
}
div#boxSecaoServicos ul li a.portalCidadao{
	background-position: -244px -387px;
}
div#boxSecaoServicos ul li a.portalSaude{
	background-position: -486px -387px;
}

/* localizacao - Default */
.boxTituloLocalizacao{
	*margin-bottom: 0 !important;
}
div#boxMapaLocalizacao{
	width: 685px;
}
#boxMapaLocalizacao p{
	margin: 17px 0 19px 0;
}
#boxMapaLocalizacao iframe{
	border: 5px solid #5E5E5E;
}
div#boxOpcoesLocalizacao{
	width: 685px;
	margin-top: 8px;
}
#boxOpcoesLocalizacao ul{
	list-style-type: none;
}
#boxOpcoesLocalizacao li{
	margin-left: 12px;
	float: left;
}
#boxOpcoesLocalizacao li:first-child{
	margin-left: 0;
}
#boxOpcoesLocalizacao a:hover{
	opacity: 0.7;
	*filter: alpha(opacity=70);
}
#boxOpcoesLocalizacao .btnTelefones a{
	background-position: -233px top;
}
#boxOpcoesLocalizacao .btnImprimir a{
	background-position: -465px top;
}

#boxOpcoesLocalizacao a{
	display: block;
	width: 220px;
	height: 48px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../layout/fundoLinksOpcoesLocalizacao.png) no-repeat;
}

/* noticias - Noticias*/
.iconePDF{
	display: block;
	padding: 9px 0 9px 32px;
	background: url(../layout/iconePDF.jpg) no-repeat;
}
.iconeImagem{
	display: block;
	padding: 9px 0 9px 45px;
	background: url(../layout/iconeImagen.jpg) no-repeat;
}

/* hospital - Historia */
#boxConteudo p.conteudoCentro{
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
}
/* menu - bucomaxilo */
#menuBucoMaxilo{
	width: 681px;
	height: 37px;
	*height: 53px;
	margin-top: 14px;
	border-bottom: 2px solid #CCCCCC;
}
#menuBucoMaxilo ul{
	list-style-type: none;
}
#menuBucoMaxilo li{
	height: 35px;
	margin-left: 3px; 
	float: left;
}
#menuBucoMaxilo li:first-child{
	margin-left: 0;
}
#menuBucoMaxilo a:link, #menuBucoMaxilo a:active, #menuBucoMaxilo a:visited{
	display: block;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	background: #E0E0E0 url(../layout/fundoMenuEsquerdoUTI.jpg) no-repeat;
}
#menuBucoMaxilo a:hover{
	color: #FFF;
	background: #E83B00 url(../layout/fundoMenuEsquerdoUTI.jpg) bottom left no-repeat;
}
#menuBucoMaxilo a:hover span{
	background: url(../layout/fundoMenuDireitoUTI.jpg) bottom right no-repeat;
}
#menuBucoMaxilo a span{
	display: block;
	height: 23px;
	padding: 12px 13px 0 13px;
	text-align: center;
	cursor: pointer;
	background: url(../layout/fundoMenuDireitoUTI.jpg) right top no-repeat;
}
#menuBucoMaxilo a.menuAtivoBucoMaxilo{
	color: #FFF;
	background: #E83B00 url(../layout/fundoMenuEsquerdoUTI.jpg) bottom left no-repeat;
}
#menuBucoMaxilo a.menuAtivoBucoMaxilo span{
	background: url(../layout/fundoMenuDireitoUTI.jpg) bottom right no-repeat;
}
/* bucoMaxilo */
div#boxBucoMaxilo{
	width: 685px;
	margin: 0 auto;
}
#boxBucoMaxilo h4{
	margin: 12px 0;
}
#boxBucoMaxilo img{
	margin: 80px 0 0 209px;
}
#boxBucoMaxilo p{
	margin-bottom: 18px;
	text-align: justify;
}
#boxBucoMaxilo ul{
	margin: 16px 0;
	list-style-type: none;
}
#boxBucoMaxilo li{
	margin-bottom: 2px;
}
/* bucoMaxilo - Equipe */
div#boxEquipe{
	width: 682px;
	margin: 16px 0 0 8px;
	color: #666;
}
#boxEquipe h5{
	margin: 10px 0 4px 0;
	color: #E83900;
	font-size: 14px;
}
#boxEquipe p{
	font-size: 15px;
	margin: 12px 0;
}
#boxEquipe span{
	display: block;
	padding-left: 19px;
	font-size: 12px;
	background: url(../layout/iconeAdministracaoUTI.gif) no-repeat;
}
#boxPosGraduacao{
	margin-top: 20px;
}
#boxCronogramaAulas{
	margin-top: 20px;
}
#boxCronogramaAulas p{
	display: block;
}
#boxCronogramaAulas p label{
	display: block;
	color: #E83900;
}
#boxCronogramaAulas p span{
	display: block;
	padding-left: 19px;
	font-size: 12px;
	background: url(../layout/iconeAdministracaoUTI.gif) no-repeat;
}
/* concursos */
div#boxConcursos{
	width: 683px;
}
#boxConcursos ul{
	border-top: 1px solid #E5E5E5;
	list-style-type: none;
}
#boxConcursos li{
	width: 683px;	
	padding: 2px 0;
	border-bottom: 1px solid #E5E5E5;
}
#boxConcursos a{
	display: block;
	width: 603px;
	height: 31px;
	padding: 16px 22px 0 58px;
	color: #666;
	font-size: 15px;
	text-decoration: none;
	background: url(../layout/iconeListaDicasSaude.png) no-repeat 10px 13px;
}
#boxConcursos a span:first-child{
	font-size: 15px;
	float: left;
}
#boxConcursos a span{
	display: block;
	font-size: 11px;
	text-align: right;
	*cursor: pointer;
}
#boxConcursos a:hover{
	background: #E4E4E4 url(../layout/iconeListaDicasSaude.png) no-repeat 10px 13px;
}
#boxDetalhesConcurso{
	width: 667px;
	background: url(../layout/boxDetalhesConcurso.png) repeat-y;
}
#boxDetalhesConcurso ul{
	padding: 13px 0 2px 13px;
	*padding: 13px 0 14px 13px;
	list-style-type: none;
	overflow: hidden;
}
#boxDetalhesConcurso li{
	margin-bottom: 12px;
	float: left;
}
#boxDetalhesConcurso p{
	width: 170px;
	color: #E23322;
	font-size: 14px;
	text-align: justify;
}
#boxDetalhesConcurso p.descricao{
	width: 649px;
}
#boxDetalhesConcurso p.titulo{
	width: 469px;
}
#boxDetalhesConcurso span{
	display: block;
	color: #000;
}
.btnDownloadArquivo{
	width: 665px;
	height: 31px;
	background: url(../layout/bordaBtnDownloadArquivo.jpg) left bottom no-repeat;
}
#ctl00_cphConteudo_pnArqDownload p{
	width: 665px;
}
.btnDownloadArquivo a{
	width: 163px;
	height: 31px;
	top: 14px;
	text-indent: -999em;
	position: relative;
	overflow: hidden;
	float: right;
	background: url(../layout/btnDownloadArquivo.png) no-repeat;
}
/* central de transplantes */
#boxCentralTransplantes{
	width: 695px;
}
#boxCentralTransplantes p{
	padding-right: 14px;
	margin-bottom: 10px;
	text-align: justify;
}
#boxCentralTransplantes p a{
	color: #0066CC;
}