@charset "utf-8";

body {
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif; font-size: 13px; color:#000;
	line-height: 140%;
}
#geral {
	background-image:url("/layout/default/images/body-back.png");
	width: 100%;
}

/***      TOPO      ***/
#topoBG{
	width: 100%;
	border-top: 3px solid #46C82D;
	background-image: url("/layout/default/images/header-back.png");
}
#topo {
	width: 950px;
	margin: 0px auto;
	display: table;
	padding-bottom: 20px; 
}
#topoLeft {
	float: left;
	width: 250px;
	padding-top: 20px;
}
#topoRight{
	float: right;
}
#tabelaContatoTopo {
	width:320px;
	background:#fff;
	padding:4px 10px;
	border:1px solid #ddd;
	box-shadow:0px 1px 2px #ddd;
	border-top:none;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	line-height:18px;
	font-size:11px;
	color:#777;
}

/***      MENU      ***/
#menuBG{
	width: 100%;
	border: 1px solid #3EBA25;
	border-left: none;
	border-right: none;
	background-color: #46C82D;
}
#menu {
	font-family: 'oswaldbook', Arial, sans-serif;
	letter-spacing: 1px;
	font-size:15px;
	width: 950px;
	margin: 0px auto;
	display: table; 
	border-left: 1px solid #3EBA25;
}
.menu-item{
	padding: 12px 15px;
	float: left;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #3EBA25;
	
	-webkit-transition:background 0.7s ease-out;
  	-moz-transition:background 0.7s ease-out;
  	-o-transition:background 0.7s ease-out;
  	-ms-transition:background 0.7s ease-out;
}
.menu-item:HOVER{
	color: #ddd;
	text-decoration: none;
    background: #3EBA25;
}
.menu-item.menu-item-exame{
	color: #eebb36;
	background-color: #006600;
}



#meio {
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px;
	background-color: #FFF;
}
#meioBannerSlider{
	width: 950px;
	margin-bottom: 20px;
}
#meioBannerSlider h2{
	font-family: 'oswaldbook', Arial, sans-serif;
	color: #46C82D;
}
.meioBoxLinha{
	width: 950px;
	padding: 0px 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: table;
}
.meioBox:nth-child(3){
	margin-left: 10px;
}
.meioBox{
	float: left;
	width: 550px;
	margin-right: 0px;
	padding: 0px 0px;
}
.meioBox.noticias{
	float: right;
	margin-right: 0px;
	width: 350px;
	background: #E9F8E5;
	border: 0;
}
.dataNoticia{
	padding-top: 10px;
	font-size: 10px;
}
.meioBox.dicas{
	float: left;
	width: 590px;
	padding: 0px 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	border-radius: 10px;
}
.meioBox h4, .meioBoxLinha h4{
	font-family: 'oswaldbook', Arial, sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 16px;
	padding-left: 10px;
}
.meioBox h4, .meioBoxLinha h4{
	color: #333;
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: 1px solid #EEE;
}
.meioBox img{
	max-width: 560px;
	margin: 0px 5px;
}
.meioBox .dicasSaudeTitulo{
	font-size: 16px;
	margin-left: 10px;
}
.meioBox hr{
	background-color: #CCC;
	height: 1px;
	border: 0;
}
.meioBox ul{
	list-style-type: none;
	padding: 0px 5px;
}
.meioBox ul li{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dotted #bbb;
}
.meioBox ul li a{
	text-decoration: none;
	font-size: 12px;
}
.meioBox ul li a:HOVER{
	color: #999;
}

.meioBox.unidadeLista{
	float: left;
	width: 350px;
}
.meioBox.resultadosExames{
	width: 580px;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
}
#resultadosExames {
	scroll-behavior: smooth;
}
.meioBox.exameOnline{
	float: right;
	width: 260px;
	height: 50px;
	margin: 60px 165px;
	padding: 15px 10px;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;

	color: #006600;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;

	-webkit-box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.5);
	box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.5);
}


/***      MEIO  INTERNA    ***/
#meioInterna{
	width: 930px;
	min-height: 350px;
	padding: 10px 10px;
	margin-bottom: 20px;
	display: table;
}
#meioInternaLeft{
	float: left;
	margin-right: 10px;
	
	width: 180px;
}
#meioInternaRight{
	float: right;
	width: 720px;
	padding-top: 5px;
}
#meioInternaLeft ul{
	margin: 0;
	padding: 0;
}
#meioInternaLeft ul li{
	width: 160px;
	height: 20px;
	padding: 7px 10px 3px 10px;
	font-family: 'oswaldbook', Arial, sans-serif;
	font-size: 14px;
	color: #333;
	list-style: none;
	border-radius: 4px;
	
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(219,219,219,1) 58%, rgba(226,226,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(58%,rgba(219,219,219,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 58%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 58%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 58%,rgba(226,226,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 58%,rgba(226,226,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	
}
#meioInternaLeft ul li.titulo{
	background-image: url("/layout/default/images/SetaDown.png");
	background-position: 150px 10px;
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	padding: 9px 10px 5px 10px;
	font-family: 'oswaldbook', Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	list-style: none;
	border-radius: 4px;
	
	background: rgb(180,227,145); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,227,145,1) 0%, rgba(70,200,45,1) 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,227,145,1)), color-stop(51%,rgba(70,200,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(70,200,45,1) 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(70,200,45,1) 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(70,200,45,1) 51%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,227,145,1) 0%,rgba(70,200,45,1) 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#46c82d',GradientType=0 ); /* IE6-9 */
		
}
.tituloPaginaMeio{
	font-family: 'oswaldbook', Arial, sans-serif;
	font-size: 28px;
	color: #46C82D;
	padding-bottom: 7px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}
.tituloPaginaMeio.subtitulo{
	font-size: 20px;
}
.listaNoticiaItem{
	padding: 5px 10px;
	background-color: #F3F8F2;
	border-radius: 7px;
	margin-bottom: 10px;
}
.listaDicaItem, .listaUnidadeItem, .listaServicoItem{
	padding: 5px 10px 5px 25px;
	background-color: #F3F8F2;
	border-radius: 7px;
	margin-bottom: 10px;
	
	background-image: url("/layout/default/images/icon-list.png");
	background-repeat: no-repeat;
	background-position: 6px; 
}

#meioInternaLeftContato{
	float: left;
	margin-right: 30px;
	width: 640px;
}
#meioInternaRightContato{
	float: right;
	padding-top: 5px;
	width: 260px;
}


/***      RODAPE      ***/
#rodapeBGMenu{
	width: 100%;
	border-top: 3px solid #46C82D;
	background-color: #222;
}
#rodapeMenu{
	width: 950px;	
	margin: 0px auto;
	padding: 20px 0px;
	display: table;
}
.rodape-box{
	width: 300px;
	float: left;
}
.rodape-menu{
	margin-right: 25px;
	*margin-right: 12px;
}
.rodape-servicos{margin-right: 25px;}
.rodape-unidades{margin-right: 0px;}

.rodape-box .title{
	font-family: 'oswaldbook', Arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #313131;
	color: #FFF;
	padding-bottom: 5px;
	font-size: 16px;
}
.rodape-box ul{
	list-style-type: none;
	padding: 0px 5px;
}
.rodape-box ul li{
	background-image: url("/layout/default/images/icon-list.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 3px 18px;
}
.rodape-box ul li a{
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
}
.rodape-box ul li a:HOVER{
	color: #CCC;
}


#rodapeBG{
	width: 100%;
	border-top: 1px solid #444;
	background-color: #222;
}
#rodape{
	width: 950px;	
	margin: 0px auto;
	padding: 10px 0px;
	display: table;
	color: #FFF;
}
#rodapeEndereco{
	float: left;
	width: 500px;
}
#rodapeMarca{
	float: right;
}


hr.lnTopAddress{
	margin-bottom: 5px;
	margin-top: 5px;
}








