@CHARSET "UTF-8";

@import url('@fontface/@fontface.css');

/*= Reset
----------------------------------------------- */          
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; 
/* vertical-align: baseline; */
}
:focus { outline: 0; }
body { line-height: 1; color: black; /*background: white;*/}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Estrutura ****************/

html, body { 
	width: 100%;
	font-family: 'OpenSansRegular';
}

html {
	background-color:#4a607f;
	background-image:url(../images/bg-html.jpg);
	background-repeat: repeat-x;
	background-position: center -304px;
	z-index:0;
}
body {
	background: url('../images/bg-body.jpg');
	background-repeat: no-repeat;
	background-color: transparent; 
	background-position: center -304px;
	overflow: scroll;
	overflow-x:hidden;
}

html.home, body.home { background-position: center top; }

body {
	overflow-y: scroll !important;
}

#site {
	position: relative;
	width: 990px;
	margin: 0px auto;
}


#header {
	
	width: 100%;
	height: 124px;
}

#central {
	padding-top: 80px;
	min-height: 300px;
}

body.home #central {
	padding-top: 48px;
}



/* FORM ***************/

#title {
	position: absolute;
	top: 18px;
	left: 45px;
	font-family: 'OpenSansRegular', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#box_resultado_exames form {
	position: absolute;
	top: 40px;
	left: 49px;
	display: block;
	height: 30px;
	overflow: hidden;
	width: 372px;
}

#protocolo {
	width: 145px;
	margin-top: 6px;
	border: 0px;
	color: #999;
	padding-left:5px;
	font:normal 13px 'OpenSansRegular', sans-serif;
}

#senha {
	width: 85px;
	margin-left: 16px;
	margin-top: 6px;
	margin-top: 6px;
	border: 0px;
	color: #999;
	padding-left:5px;
	background: url('../images/bgsenha.png') no-repeat 5px;
}

#btconfirmar {
	position: absolute;
	top: 3px;
	right: 0px;
	background-image: url('../images/bt_confirmar.png');
	width: 92px;
	height: 28px;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
}
	
/* Logo ****************/
#logo {
	position: absolute;
	top: 30px;
	width: 339px;
	height: 148px;
	z-index: 9999;
	left: 70px;
	
}

	 h1#logo span {
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: -1000em;
		left: 0;
		width: 1px;
	}


/* BANNER *************/
#banner_central {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 342px;
	z-index: 0;
}

/* BARRA RESULTADO EXAME ****************/
#barra_resultado_exames {
	position: absolute;
	background-image: url('../images/bg_fundo_barra_exame.jpg');
	height: 14px;	
	z-index: 1;
	width: 100%;
}


#box_resultado_exames {
	position: absolute;
	top: 0px;
	right: 0;
	width: 464px;
	height: 81px;
	background-image: url('../images/bg_fundo_exame.png');
	z-index: 999;
}

/* MENU ************/
#menu {
	width: 100%;
	height: 53px;
	background-image: url('../images/bg_menu.png');
	position: relative;
	margin: 0px;
	z-index: 9999;
}

ul.menu {
	height: 53px;
	width: 100%;
	position: relative;
}

	ul.menu > li {
		float: left;
		margin: 0px 0px;
		height: 53px;
		position: relative;
		width: auto;
		padding: 0px 3.5%;
		color: #fff;
	}
	
	ul.menu > li.hovernow {
		background-image: url('../images/bg_menu_li_active.jpg');
	}
	
		ul.menu >  li a {
			display: block;
			height: 29px;
			padding-top: 24px;
			font-family: 'OpenSansRegular', sans-serif;
			font-size: 14px;
			color: #fff;
			text-decoration: none;
			color: #fff;
			width: auto;
			margin: 0px;
			/*text-shadow: #666 1px 1px, #666 1px 1px, #666 1px 1px, #666 1px 1px;*/
			text-shadow: 0 0 2px rgba(0,0,0,0.8);
		}
		
		ul.menu li.item-101 {
			margin: 0px;
			padding: 0px;
		}
		
		ul.menu li.item-101 a {
			padding: 0px;
		}
		
		ul.menu a.bt_home {
			width: 53px;
			height: 53px;
			background-image: url('../images/bg_bt_home.png');
			background-repeat: no-repeat;
			text-indent: -9999px;
		}
		
		ul.menu a.bt_home:hover {
			width: 53px;
			height: 53px;
			background-image: url('../images/bg_bt_home.png');
			background-repeat: no-repeat;
		}
		
	
		ul.menu li ul {
			display: none;
			top: 53px;
			left: 0px;
			position: absolute;
			width: 250px;
			background-color: #4b4b4b;
			padding: 10px;
			
			-moz-box-shadow: 3px 3px 4px rgba(75,75,75, 0.90);
			-webkit-box-shadow: 3px 3px 4px rgba(75,75,75, 0.90);
			box-shadow: 3px 3px 4px rgba(75,75,75, 0.90);
			
		}
		
		ul.menu li ul > li > ul {
			display: none;
			top: -10px;
			left: 260px;
			position: absolute;
			width: 250px;
			background-color: #4b4b4b;
			padding: 10px;
			
			-moz-box-shadow: 3px 3px 4px rgba(75,75,75, 0.90);
			-webkit-box-shadow: 3px 3px 4px rgba(75,75,75, 0.90);
			box-shadow: 3px 3px 4px rgba(75,75,75, 0.90);
			
		}
		
			ul.menu li ul li {
				position: relative;
				background-image: url('../images/bg_linha_menu.jpg');
				background-position: bottom;
				background-repeat: repeat-x;
				padding: 6px 0px;
			}
			
			ul.menu > li ul > li a,
			ul.menu > li ul > li > ul li {
				position: relative;
				display: block;
				width: auto;
				height: auto;
				margin: 0px;
				float: none;
				padding: 10px;
			}
			
			ul.menu li ul li a:hover {
				background-color: #666666;
				color: #d6f6f8;
			}
			
	





/* BUSCA *********/
#busca {
	position: absolute;
	width: 285px;
	height: 49px;
	background-image: url('../images/busca.png');
	z-index: 500;
	top: 190px;
	right: 0px;
}

	body.home #busca {
		top: 495px;
		right: 0px;
	}

	#busca .search {
		width: 285px;
		height: 49px;
	}

		#busca .search input {
			margin-top: 15px;
			margin-left: 16px;
			width: 220px;
			border: 0px;
		}

		#busca .search .button {
			width: 24px;
			padding: 0px;
			border: 0px;
			background-color: transparent;
			cursor: pointer;
			margin-left: 10px;
		}


	#busca .search label {
		display: none;
	}
	


/* FORMATAÇÃO PÁGINA INTERNA ********/
.item-page {	
	position: relative;
	width: 100%;
	display: inline-block;
	color: #fff;
	font-family: 'OpenSansRegular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	/*text-shadow: 0 0 2px rgba(0,0,0,0.8);*/
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	padding-bottom: 50px;
	
}

	.item-page h2 {
		font-size: 32px;
		font-family: 'OpenSansBold', sans-serif;
		color: #fff;
		padding: 0px 0px 20px;
		font-weight: bold;
		width: 100%;		
		border-bottom: 1px solid #9fb0c2;
		margin-bottom: 28px;
		line-height: 32px;
	}
	.item-page p{
		margin-bottom: 20px;
	}
	
	.item-page a {
		color: #fff;
		text-decoration:none;
	}


/* RODAPE ***************/
#rodape {
	position: relative;
	border-top: 1px solid #9fb0c2;
	height: 52px;
	width: 100%;
	margin-top: 10px;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
}

	#rodape #copy {
		float: left;
		color: #fff;
		padding-top: 16px;
		font-family: 'OpenSansRegular', sans-serif;
		font-size: 11px;
	}
	
	#rodape #por {
		float: right;
		color: #fff;
		padding-top: 16px;
		font-family: 'OpenSansRegular', sans-serif;
		font-size: 11px;
		text-align:right;
	}
	
	#rodape #por a {
		color: #fff;
		text-decoration: none;
	}
	
	
	
	
	
/* FEATUREDSSSS *********/
.items-leading {
	position: relative;
	width: 100%;
	height: 234px !important;
}

.blog-featured {
	position: relative;
	width: 990px;
	display: inline-block;
	height: 240px;
	background-image: url('../images/bg_featureds.jpg');
	background-repeat: no-repeat;
	background-position: 670px 0px;
	padding: 13px 0px;
}

.blog-featured h2 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	font-family: 'OpenSansBold', sans-serif;
	line-height: 22px;
	margin: 0px 0px 16px;
	padding: 0px;
	text-transform: uppercase;
}

.blog-featured p {
	display: block;
}
.blog-featured .readmore {
	text-decoration: underline;
	display: inline;
	font-size: 11px;
}
.blog-featured p.readmore {
	margin: 0px;
}

.leading-0 {
	position: absolute;
	left: 0px;
	width: 643px;
	height: 234px;
	display: inline-block;
	font-size: 16px;
}


.leading-1, .leading-2, .leading-3 {
	position: absolute;
	right: 0px;
	width: 284px;
	color: #fff;
	line-height: 15px;
}

.leading-0 a,
.leading-1 a,
.leading-2 a,
.leading-3 a {
	color: #fff;
	text-decoration: none;
}

.leading-0 img,
.leading-1 img, 
.leading-2 img, 
.leading-3 img {
	margin-right: 10px;
}

.leading-0 p { margin-bottom: 20px; }
.leading-0 p:last { margin-bottom: 0px; }

.leading-0,
.leading-1,
.leading-2,
.leading-3 {
	font-size: 12px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #fff;
	line-height: 15px;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
}

.leading-0 {
	font-size: 14px;
	line-height: 22px;
}

.leading-1 p, 
.leading-2 p, 
.leading-3 p {
	margin: 0px;
}

.leading-1 {
	font-size: 12px;
	font-family: 'OpenSansRegular', sans-serif;
}

.leading-2 {
	margin-top: 80px;
	font-size: 12px;
	font-family: 'OpenSansRegular', sans-serif;
}

.leading-3 {
	margin-top: 160px;
	font-size: 12px;
	font-family: 'OpenSansRegular', sans-serif;
}


/* BOXES ****/

.caixa {
	background: url("../images/sombra_internas.png") no-repeat center bottom;
	padding: 0 0 35px;
}

.caixa_1 {
	float: left;
}
.caixa_2 {
	margin-top: 80px;
	float: right;
}

.caixa_3 {
	float: left;
	margin-left: 110px;
	margin-top: 105px;
}


.box {
	width: 380px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #221c9d;
	padding: 15px;
  	margin-bottom: 50px;
  	font-size: 14px;
  	margin: 5px;
}

	.box ul {
		padding-left: 20px;
	}
	
		.box li {
			list-style: disc;
		}

.box h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
	border:0;
	padding-bottom: 0;
}

.box:hover {
	cursor: pointer;
	-moz-border-radius: 5x;
	border-radius: 5px;
 
	background-color: #221c9d;
	padding: 15px;
  	border: 5px solid #dbf9fa;
  	margin: 0px;
  	
  
}


.seta1{
	position: absolute;
	top: 150px;
	left: 430px;
	background-image: url('../images/seta1.png');
	width: 133px;
	height: 97px;
}

.seta2 {
	position: absolute;
	top: 360px;
	left: 540px;
	background-image: url('../images/seta2.png');
	width: 237px;
	height: 125px;
}

/* RESULTADO DA BUSCA */

#searchForm {
	color: #fff;
	font-size: 14px;
	font-family: 'OpenSansRegular', sans-serif;
	line-height: 15px;
}

.searchintro {
	margin-bottom: 15px;
}

#searchForm fieldset {	 
	 margin-bottom: 15px;
}

	#searchForm fieldset legend {
		margin-bottom: 10px;
	}
.result-title {
	font-weight: bold;
	margin-bottom: 5px;
}

dt.result-title a {
	text-decoration: none;
	color: #fff;
}

.search-results {
	margin-top: 20px;
}

.result-text {
	margin-bottom: 20px;
}

.result-category {
	display: none;
}

#central .search-results, dd.result-text {
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-family: 'OpenSansRegular', sans-serif;
	line-height: 15px;
}

/* BANNER CENTRAL */
.box_skitter .info_slide_dots {
	position: absolute;
	top: 11px !important;
	right: -3px !important;
	z-index: 9999 !important;
	border: 0px !important;
    border-radius: 0px !important;
    padding: 5px 0 5px 5px;
    z-index: 100;
}

.box_skitter .info_slide_dots .image_number {
    border-radius: 0px !important;
    border: 2px solid #52677d !important;
    height: 8px !important;
    width: 8px !important;
}

.image_number.image_number_select {
	width: 12px !important;
	height: 12px !important;
	border: 2px solid #000;
}

.item-page h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'OpenSansRegular', sans-serif;
}

.item-page ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.item-page li {
	font-size: 14px;
	list-style: square;
}


.blog-featured img {
	padding: 4px;
	border: 1px solid #2d4462 !important;
	background: #fff;
}

#central > .search h1,
#central > .blog h1,
#xmap h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
}

	#xmap h1 {
		margin-bottom: 25px;
	}

#central > .blog {
	
}

.items-more h3 {
	display: none;
}

#central > .blog ol {
	margin-top: 25px;
}

#central > .blog li {
	margin-bottom: 10px;
	list-style: disc;
	color: #fff;
	margin-left: 20px;
}

#central > .blog li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}


/* FALE CONOSCO */
#userForm h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'OpenSansRegular', sans-serif;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	color: #fff;
}

#userForm {
	color: #fff;
	font-family: 'OpenSansRegular', sans-serif;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	margin-left: 100px;
}


#info_contato {
	width: 300px;
	position: absolute;
	top: 304px;
	right: 100px;
	font-size: 16px;
	font-family: 'OpenSansRegular', sans-serif;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	line-height: 20px;
}

/* MENU RODAPE */
#menu_rodape {
	position: absolute;
	right: 0px;
	width: auto;
	top: -40px;
}

#menu_rodape ul {
	width: auto;
}

#menu_rodape li, 
#menu_rodape li a {
	padding: 5px;
	width: auto;
	height: 20px;
}

#menu_rodape li span {
	padding-top: 20px;
}

#menu_rodape li a {
	padding: 3px 5px;
	font-size: 12px;
	font-family: 'OpenSansRegular', sans-serif;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	padding-top: 7px;
	height: 21px;
}

#menu_rodape a.topo {
	background: url('../images/topo.jpg') no-repeat;
	width: 30px;
	height: 18px;
	padding-left: 26px;
	padding-top: 7px;
}

#menu_rodape .separator {
	display: block;
	padding-top: 5px;
}

#xmap a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: 'OpenSansRegular', sans-serif;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	text-decoration: none;
	padding-left: 15px;
	height: 30px !important;
}

#xmap span, #xmap .menutitle, #xmap a[title=Topo], #xmap a[title=Exames] {
	display: none;
}

b, strong {
	font-weight: bold !important;
}

.box_skitter_large80 {
	width: 992px;
	height: 342px;
}

.box_skitter {
	margin-bottom: 40px;
}

.box_skitter_small {
	width: 200px;
	height: 200px;
}

.box_skitter {
	border: 0px solid #000;
	background: #ffffff
}

.label_skitter h5 {
	padding-left: 10px !important;
}

.label_skitter h5,.label_skitter h5 a {
	margin: 0;
	font-family: BebasNeueRegular !important;
	font-size: 22px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	padding-right: 5px !important;
	padding-bottom: 0px !important;
	padding-top: 5px !important;
	color: #fff !important;
	line-height: 27px !important;
	display: block !important;
	text-align: left !important;
}

.label_skitter p {
	letter-spacing: 0.4px !important;
	line-height: 15px !important;
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	padding-left: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 2px !important;
	padding-top: 0px !important;
	color: #fff !important;
	z-index: 10 !important;
	display: block !important;
	text-align: left !important;
}