/* ---------------------------------------------------------------------- */
/*	Reset 
/* ---------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

p{
	font-family: 'Open Sans', sans-serif;
     font-size: 14px;
}

.faixa-top{
     width: 100%;
     min-width: 1000px;
     float: left;
     height: 10px;
     background: #322B80;
}
#magin{
     margin: 0px auto;
     width: 980px;
     /*background: #ccc;
     height: 50px;*/
}
#magin-acesso{
     margin: 0px auto;
     width: 1035px;
     /*background: #ccc;
     height: 50px;*/
}

.sombra-top{
     width: 1026px;
     height: 40px;
     position: absolute;
     margin-top: 10px;
     background: url(../img/sombra-top.png) no-repeat;
     z-index: 9;
     margin-left: -25px;
}
.resultados-exames{
     margin-left: 640px;
     width: 342px;
     height: 133px;
     position: absolute;
     background: url(../img/bg-resultados-exames.png) no-repeat;
     z-index: 12;
}
.resultados-exames #titulo{
     width: 100%;
     float: left;
     margin-top: 10px;
     text-align: center;
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 20px;
     font-weight: bold;
     
}
.resultados-exames #medico{
     float: left;
     width: 100px;
     background: url(../img/icon-medico.png) no-repeat 2px 5px;
     font-family: 'Open Sans', sans-serif;
     font-size: 20px;
     color: #fff;
     text-transform: uppercase;
     padding: 15px 0px 10px 40px;
     margin-left: 20px;
     margin-top: 10px;
     border-right: 1px solid #000;
     cursor: pointer;
}
.resultados-exames #paciente{
     float: left;
     width: 100px;
     background: url(../img/icon-paciente.png) no-repeat 2px 5px;
     font-family: 'Open Sans', sans-serif;
     font-size: 20px;
     color: #fff;
     text-transform: uppercase;
     padding: 15px 0px 10px 40px;
     margin-left: 20px;
     margin-top: 10px;
     cursor: pointer;
}
.logo-topo{
     width: 310px;
     height: 175px;
     float: left;
     position: absolute;
     z-index: 11;
     margin-top: 10px; 
}
.menu-topo{
     width: 985px;
     height: 49px;
     float: left;
     background: url(../img/bg-menu.png) no-repeat;
     position: absolute;
     z-index: 13;
     margin: 180px 0px 0px 0px;
}
.menu-topo #bt-menu{
     height: 20px;
     float: left;
     padding: 13px 18px 8px 18px;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     margin-top: 4px;
     text-transform: uppercase;
     border-right: 1px solid #E4E5E5;     
}
.menu-topo #bt-menu a{
     text-decoration: none;
     color: #000;
     font-weight: bold;
}
.menu-topo #bt-menu a:hover{
     color: #666666;
}
.busca{
     float: right;
     margin-right: 10px;/**/
     padding-top: 5px;
}
.busca #form-busca{
     background: url(../img/bg-busca.png) no-repeat;
     width: 224px;
     height: 37px;
     padding-left: 10px;
     font-family: 'Open Sans', sans-serif;
     color: #333333;
     font-size: 15px;
     float: left;
     
}
.busca #btn-buscar{
     background: url(../img/btn-buscar.png) no-repeat;
     width: 30px;
     height: 29px;
     float: left;
     margin: 4px 0px 1px -34px;
     cursor: pointer;
}
/* LGPD */
.lgpd{
     position: fixed;
     bottom: 0;
     background: #fff;
     z-index: 99999999;
     padding: 30px 0;
     width: 100%;
     box-shadow: 0 0 80px #aaa;
     display:none;
 }
 .lgpd.active{
     display: block;
 }
.lgpd_limit{
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
     align-items: center;
     max-width: 1248px;
     margin: 0 auto;
}
.lgpd_text{
     width: calc(100% - 220px);
     font-size: 14px;
     line-height: 18px;
     margin-bottom: 0px;
     font-family: 'Open Sans', sans-serif;
}
.lgpd_text strong{
     font-weight: 800;
     font-size: 15px;
}
.lgpd_text a{
     font-weight: 800;
     text-decoration: underline;
     color: blue;
}
.lgpd_accept{
     width: 200px;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     border-radius: 5px;
     padding: 10px 0;
     border: 1px solid #343480;
     background: #343480;
     color: #fff;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     font-family: 'Open Sans', sans-serif;
}
.lgpd_accept:hover{
     background: #fff;
     color: #000;
}
/* Acesso Rápido */
.acesso{
     width: 100%;
     float: left;
     background: url(../img/bg-acesso.png) repeat-x;
     height: 130px;
     position: relative;
     top: -190px;
     z-index: 20;
}
.acesso-pag{
     width: 100%;
     float: left;
     background: url(../img/bg-acesso.png) repeat-x;
     height: 100px;
     position: relative;
     top: -380px;
     z-index: 20;
}
.btn-acesso{
     background: #322B80;
     border-radius: 5px;
     height: 45px;
     padding: 10px 20px 10px 20px;
     float: left;
     margin: 60px 0px 0px 10px;
     font-family: 'Open Sans', sans-serif;
     color: #fff;
     font-size: 20px;
     text-align: center;
}
.btn-acesso img{
     float: left;
     margin-right: 10px;
}
.btn-acesso #texto{
     float: left;
}
/* FIM Acesso Rápido */

/* conteudo */
.conteudo{
     width: 100%;
     float: left;
}
.conteudo-home{
     width: 100%;
     float: left;
     margin: 560px 0px 0px 0px;
     background: #fff;
     z-index: 999999;
     position: absolute;
}
.left{
     float: left;
     width: 600px;
     padding: 10px 5px 10px 5px;
}
.left p{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	line-height: 17px;
}
.right{
     float: left;
     width: 360px;
     padding: 10px 5px 10px 5px;
}
.titulo-conteudo{
     width: 100%;
     padding-bottom: 7px;
     font-family: 'Open Sans', sans-serif;
     color: #322B80;
     font-size: 30px;
     border-bottom: 5px solid #322B80;
     margin-bottom: 15px;
}
.titulo-conteudo2{
     width: 100%;
     clear: both;
     float: left;
     padding-bottom: 7px;
     font-family: 'Open Sans', sans-serif;
     color: #322B80;
     font-size: 25px;
     border-bottom: 5px solid #322B80;
     margin-bottom: 15px;
}
.linha-artigos{
     width: 100%;
     margin-bottom: 30px;
     float: left;
}
.linha-artigos #foto-thumb{
     float: left;
     width: 104px;
     height: 104px;
     margin-right: 10px;
     text-align: center;
}
.linha-artigos #titulo-artigo{
     float: left;
     width: 485px;
     font-family: 'Open Sans', sans-serif;
     color: #000;
     font-size: 14px;
     font-weight: bold;
     padding-top: 5px;
     margin-bottom: 5px;
}
.linha-artigos #titulo-artigo a{
     color: #000;
     text-decoration: none;
}
.linha-artigos #titulo-artigo a:hover{
     color: #000;
     text-decoration: underline;
}
.linha-artigos #desc-artigo{
     float: left;
     width: 475px;
     height: 50px;
     font-family: 'Open Sans', sans-serif;
     color: #000;
     font-size: 13px;
     line-height: 15px;
     padding-top: 5px;
     padding-right: 10px;
     margin-bottom: 5px;
}
.linha-artigos #continue-artigo{
     float: left;
     width: 475px;
     text-align: right;
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     color: #322B7F;
     font-size: 13px;
     padding-right: 10px;
}
.linha-artigos #continue-artigo a{
     text-decoration:none;
     color: #322B7F;
}
.linha-artigos #continue-artigo a:hover{
     text-decoration: underline;
     color: #322B7F;
}
.todos-artigos{
     float: left;
     width: 100%;
     background: url(../img/bg-todos-artigos.jpg) repeat-x;
     height: 20px;
     text-align: center;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     color: #000;
     padding-top: 10px;
}
.todos-artigos a{
     color: #000;
     text-decoration: none;
}
.todos-artigos a:hover{
     color: #000;
     text-decoration: underline;
}

.fleming-informa{
     width: 338px;
     background: #DADAF8;
     border: 1px solid #322B80;
     padding: 10px;
     float: left;
     margin-top: -15px;
     margin-bottom: 20px;
}

/* FIM conteudo */
/* conteudo - paginas */


.conteudo-pag{
     width: 100%;
     float: left;
     margin-top: -385px;
     position: relative;
     background: #fff;
     z-index: 20;
    
}
.conteudo-pag1{
     width: 100%;
     float: left;
    
}
.contend{
     padding: 10px;
     float: left;
     width: 960px;
	 min-height: 270px;
}
.contend #title{
     width: 100%;
     padding-bottom: 7px;
     font-family: 'Open Sans', sans-serif;
     color: #322B80;
     font-size: 30px;
     border-bottom: 5px solid #322B80;
     margin-bottom: 15px;
}
.contend #texto{
     width: 100%;
     padding-bottom: 7px;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     line-height: 18px;
}
.contend #texto p{
     margin-bottom: 10px;
}
/* Fim conteudo - paginas */
/* ABA BUSCA */
div#caixa {display: inline-block; width: 100%; margin-bottom: 20px; float: left;}
div#caixa p#abas {display: inline-block; width: 960px; height: 40px; margin: 0 10px 0 10px; padding: 0; overflow: hidden; vertical-align: bottom;}
div#caixa p#abas a {display: inline-block; font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: bold; color: #666; text-decoration: none; padding: 12px 26px 12px 26px; margin: 0 5px 0 0; background-color: #f0f0f0;}
div#caixa p#abas a:hover {background-color: #999; color: white;}
div#caixa p#abas a.selected {background-color: #322B7F; color: #fff; font-family: 'Open Sans', sans-serif;}
div#caixa ul#conteudos {display: inline-block; width: 960px; float: left; margin: 0; padding: 0;}
div#caixa ul#conteudos li {display: inline-block; width: 900px; height: 100%; float: left; margin: 10px 20px 10px 20px; padding: 0; overflow: hidden;}
div#caixa ul#conteudos li h2{
     font-size: 15px;
     font-family: 'Open Sans', sans-serif;
     margin: 10px 0px 10px 0px;
}
div#caixa ul#conteudos li #linha-resultado{
     width: 100%;
     float: left;
     margin: 10px 0px 10px 0px;
     border-bottom: dashed 1px #ccc;
     border-top: dashed 1px #ccc;
     padding-top: 10px;
}
#linha-resultado #titulo{
     width: 100%;
     float: left;
     font-size: 15px;
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     padding-left: 10px;
     
}
#linha-resultado #descricao{
     width: 100%;
     float: left;
     margin: 20px 0px 10px 0px;
     font-size: 14px;
     line-height: 20px;
     font-family: 'Open Sans', sans-serif;
     padding-left: 10px;
     
}
#linha-resultado #titulo a{
     text-decoration: none;
     color: #322B7F;
}
#linha-resultado #titulo a:hover{
     text-decoration: underline;
}
#linha-resultado #veja-mais{
     float: left;
     width: 100%;
     text-align: right;
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     color: #322B7F;
     font-size: 13px;
     padding-right: 20px;
     margin-bottom: 10px;
}
#linha-resultado #veja-mais a{
     text-decoration:none;
     color: #322B7F;
}
#linha-resultado #veja-mais a:hover{
     text-decoration: underline;
     color: #322B7F;
}
/*FIM ABA BUSCA*/
/*CONTATO*/
.left-contato{
     float: left;
     width: 500px;
     margin-bottom: 50px;
}
.right-contato{
     float: right;
     width: 460px;
}
#contactform {
    width: 450px;
    padding: 20px;
    background: #f0f0f0;
    overflow:auto;
     /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}
.field{margin-bottom:7px;}
	
	label {
	font-family: Arial, Verdana; 
	text-shadow: 2px 2px 2px #ccc;
	display: block; 
	float: left; 
	font-weight: bold; 
	margin-right:10px; 
	text-align: right; 
	width: 120px; 
	line-height: 25px; 
	font-size: 15px; 
	}
	
	.input{
	font-family: Arial, Verdana; 
	font-size: 15px; 
	padding: 5px; 
	border: 1px solid #b9bdc1; 
	width: 300px; 
	color: #797979;	
	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:150px;	
	}
	
	.hint{
	display:none;
	}
	
	.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}
	
	.button{
	float: right;
	margin:10px 55px 10px 0;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	
	/* Border style */
  	border: 1px solid #5c6f91;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	
	}
	
	.button:hover {
	background: #848FB2;
    cursor: pointer;
	}


.right-contato #title{
     width: 100%;
     float: left;
     font-size: 14px;
     font-weight: bold;
     text-align: center;
     border-bottom: 2px solid #322B80;
}
.right-contato .maps{
     float: left;
     padding: 2px;
     margin:3px;
     font-size: 12px;
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     text-align: center;
     color: #322B7F;
     width: 220px;
     height: 210px;

}
.right-contato .maps img{
     border: 1px solid #333;
}
.right-contato .maps a{
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     color: #322B7F;
     text-align: center;
     text-decoration: none;

}
.right-contato #maps a:hover{
     text-decoration: underline;
}
/* FIM CONTATO*/
/* rodape */
.rodape{
     width: 100%;
     float: left;
     background: #322B80;
     
}
.rodape-home{
     width: 100%;
     float: left;
     background: #322B80;
     margin: 650px 0px 0px 0px;     
}

.sombra-rodape{
     width: 1136px;
     height: 24px;
     position: absolute;
     background: url(../img/sombra-rodape.png) no-repeat;
     z-index: 9;
     margin-left: -55px;
}
.linha-rodape{
     width: 100%;
     float: left;
     padding: 30px 0px 30px 0px;
}
.linha-rodape #coluna1{
     float: left;
     border-right: 1px solid #fff;
     padding: 10px;
     height: 243px;
     width: 175px;
}
.linha-rodape #coluna2{
     float: left;
     border-right: 1px solid #fff;
     padding: 10px;
     height: 243px;
     width: 190px;
}
.linha-rodape #coluna3{
     float: left;
     border-right: 1px solid #fff;
     padding: 10px;
     width: 332px;
}
.linha-rodape #coluna4{
     float: left;
     padding: 10px;
     width: 200px;
}
.linha-rodape #titulo{
     float: left;
     width: 100%;
     text-align: center;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: bold;
     color: #fff;
}
.linha-rodape #unidade{
     float: left;
     width: 155px;
     margin: 15px 0px 0px 10px;
}
#unidade #mapa{
     float: left;
     width: 120px;
     margin: 0px 16px 0px 16px;
}
#unidade #texto{
     width: 100%;
     float: left;
     font-family: 'Open Sans', sans-serif;
     font-size: 10px;
     text-align: center;
     color: #fff;
     line-height: 12px;
}
.linha-rodape #telefone{
     width: 100%;
     float: left;
     margin: 40px 0px 40px 0px;
     font-family: 'Open Sans', sans-serif;
     text-align: center;
     font-size: 16px;
     color: #fff;
}
.linha-rodape #emails{
     width: 100%;
     float: left;
     font-family: 'Open Sans', sans-serif;
     line-height: 18px;
     text-align: center;
     font-size: 12px;
     color: #fff;
}
.linha-rodape #horario{
     width: 100%;
     float: left;
     margin: 10px 0px 40px 0px;
     font-family: 'Open Sans', sans-serif;
     text-align: center;
     font-size: 14px;
     color: #fff;
     line-height: 20px;
}
.linha-rodape #selo{
     width: 162px;
     /* height: 79px; */
     float: left;
     margin: 10px 17px 10px 17px;
     background: #fff;
     padding: 10px;
}
.linha-rodape #selo img{max-width:162px;}
.divisao-rodape{
     width: 100%;
     float: left;
     text-align: center;
     height: 15px;
     border-bottom: 1px solid #5B5599;
     margin-bottom: 30px
}
.text-rodape{
     float: left;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     color: #fff;
     margin-bottom: 20px;
}
.digital-thai{
     float: right;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     color: #fff;
}


#texto img{
     float: right;
     max-width: 30%;
     margin: 0 10px 10px;
}

.strip{
	font-family: 'Open Sans', sans-serif;
	height: 110px;
	margin-bottom: 15px;
	width: 480px;
	float: left;
}
.strip h4{font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 16px; padding-bottom: 10px}
.strip h4 a{font-family: 'Open Sans', sans-serif; color:#000; text-decoration: none; }
.strip h4 a:hover{font-family: 'Open Sans', sans-serif; text-decoration: underline;}
.strip .text{
     font-family: 'Open Sans', sans-serif;
     color: #000;
     font-size: 13px;
     line-height: 15px;
     padding-top: 5px;
     padding-right: 10px;
     margin-bottom: 5px;}
.strip .thumb{height: 104px; width: 104px;float: left;margin: 0 10px 10px 0; text-align: center;}
.link_full{text-align: right;}

.informes li{padding: 10px 55px; font-size: 18px;font-family: 'Open Sans', sans-serif;}
.quem_somos_imgs img{max-width: 100%}

#banner-slide{clear: both;}

#texto.quemsomos{
     width: 600px;
     float: left;
}
#texto.atendimento{
	width: 960px;
    float: left;
}

.sidebar.quemsomos{
     width: 340px;
     float: right;
}
.sidebar.quemsomos img{
     max-width: 100%;
}

.medicos{
     clear: both;
     padding-top: 30px;
}
.medicos li{
     display: inline-block;
     width: 150px;
     height: 150px;
     margin-left: 5px;
     overflow: hidden;
}
.medicos li img{
     width: 100%;
}

.medicos li span{
     position: relative;
     font-size: 13px;
     padding: 2px 5px;
     font-family: 'Open Sans', sans-serif;    
     margin-top: -32px;
     background: #322B80;
     color:#fff;
     float: left;
}
#project{
     border: 1px solid #ccc;
	 padding:1px;
}

.todos_exames h3{
     font-family: 'Open Sans', sans-serif;
     color: #322B80;
     font-size: 24px;
     line-height: 32px
}

.todos_exames li{
     line-height: 20px
}

.todos_exames a{
     text-decoration: none;
     color:#333;
	 margin-bottom:2px;
	 font-size:14px;
	 padding-left:5px;
	 font-weight: bold;
	 font-family: 'Open Sans', sans-serif;
}
.todos_exames a:hover{
	text-decoration:underline;
}
.alert{
     display: block;
     background: #b0fd66;
     margin:  5px 0 15px;
     padding: 5px;
     box-shadow: 1px 1px #ccc;
     font-family: 'Open Sans', sans-serif;
}
.error{
     background:#e72d2d;
     box-shadow: 1px 1px #ccc;
     margin-bottom: 15px;

}
.error p{
     font-family: 'Open Sans', sans-serif;
     margin:5px;
     padding: 5px 0;
}
h3{
     color: #322B80;
     font-family: 'Open Sans', sans-serif;
     margin: 10px 0 5px;

}
/* ajustes novos */
.unidades-descricao{
	float:left;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-bottom:10px;
}
.convenio-descricao{
	float:left;
	width: 100%;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-bottom:30px;
}
.contato-descricao{
	float:left;
	padding:10px;
	margin-bottom:30px;
}
.contato-descricao #coluna1{
	float:left;
	width:520px;
	font-family: 'Open Sans', sans-serif;
	padding-top:20px;
	font-size:14px;
}
.contato-descricao #coluna2{
	float:left;
	width:420px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.contato-descricao #coluna2 a{
	width: 100%;
	float: left;
	font-weight:bold;
	color: #322B80;
	text-decoration:none;
	margin-bottom:5px;
}
.contato-descricao #coluna2 a:hover{
	text-decoration:underline;
}
.exames-descricao{
	float:left;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-size:14px;
	margin-bottom:30px;
}
.exames-descricao2{
	float:left;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height: 20px;
	margin-top:30px;
}

/* PopUp */
#popup_box { 
    display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
    background: url(../img/bg_popup.png);
    /* additional features, can be omitted 
    border:2px;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px;
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;*/

}


#center-popup {
	margin: -251px 0 0 -350px;
	position: fixed;
	left: 50%;
	top: 50%;
	border-radius: 4px;
    _position:absolute; /* hack for internet explorer 6 */

}
/*a{  
cursor: pointer;  
text-decoration:none;  
} */

/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size:12px;  
    line-height:15px;  
    right:5px;  
    top: -3px; 
    position:absolute;  
    color:#fff;  
    font-weight:500;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	text-transform: uppercase;
}
#countDown{
	color:#fff;  
    font-weight:500;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
}
.img-conteudo{
	margin-top: 10px;
}
/* Resultados */
.line-resultados{float: left; width: 100%;}
.resultados{
	float:left;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-size:14px;
	margin-bottom:10px;
}
.resultados{
	background: url(../img/bg-resultados-exames.png) no-repeat;
    /* border: 1px solid #322B80; */
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    width: 322px;
    height: 105px;
	margin: 0px 100px;
}
.resultados #medico{
     float: left;
     width: 100px;
     background: url(../img/icon-medico.png) no-repeat 2px 5px;
     font-family: 'Open Sans', sans-serif;
     font-size: 20px;
     color: #fff;
     text-transform: uppercase;
     padding: 15px 0px 10px 40px;
     margin-left: 20px;
     border-right: 1px solid #000;
     cursor: pointer;
}
.resultados #titulo{
	width: 100%;
    float: left;
    margin-top: -10px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 20px;*/
    font-weight: bold;
}
.resultados #paciente{
     float: left;
     width: 100px;
     background: url(../img/icon-paciente.png) no-repeat 2px 5px;
     font-family: 'Open Sans', sans-serif;
     font-size: 20px;
     color: #fff;
     text-transform: uppercase;
     padding: 15px 0px 10px 40px;
     margin-left: 20px;
     cursor: pointer;
}