﻿#box_login {
	width: 290px; /*363px*/;
	height: 90px;
	position: absolute;
	top: 10px;
	float: right;
	right: 10px;
	z-index: 999;
}
#boxBusca {
	width: 100%;
	height: 62px;
	position: relative;
	background-image: url(../images/bakc_busca.jpg);
	border: 1px solid #ededed;
}
.qd370Tit {
	width: auto; /*background: url('../images/back_box.png') repeat-x;*/;
	position: relative;
	font-weight: bold;
	/*margin: 0 0 0 0;*/
}
.titBox {
	width: auto;
	float: left;
	margin-top: 5px;
	font-weight: bold;
}
.icone {
	width: auto;
	margin: 3px 5px 0 5px;
	float: left;
}
.coluna1 {
	clear: both;
	float: left;
	width: 180px;
	height: 22px;
	padding-top: 3px;
}
.coluna2 {
	height: 25px;
}
.boxMediaPlayer {
	float: left;
	width: 392px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.boxVideoAvaliacao {
	float: left;
	width: 200px;
	font-size: 10px;
}
.boxVideoExibicao {
	float: right;
	width: 150px;
	font-size: 10px;
	text-align: right;
	margin-right: 15px;
}
.boxInfoMedia {
	border: 1px #818a43 solid;
	background-color: #F4F4F4;
	width: 450px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
}
.boxResultado {
	border: 1px #818a43 solid;
	width: 910px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}
.boxResultadoDescricao {
	float: right;
	margin-right: 10px;
	width: 460px;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.boxMedia {
	border: 1px #818a43 solid;
	width: 450px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
}
.boxMediaTexto {
	border-bottom: 1px #818a43 dashed;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.boxBusca {
	width: 905px;
	height: 30px;
	margin-bottom: 20px;
	border: 1px #818a43 solid;
	padding: 10px;
	background: #F4F4F4;
}
/* ================================================================ 
Menu CSS
=================================================================== */
.nav {
	height: 30px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 500;
	float: left;
	background-color: #afc836; /*#BDBF90*/;
	width: 930px;
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
.nav .table {
	display: table;
	margin: 0;
	text-align: left;
}
.nav .select, .nav .current {
	margin: 0;
	list-style: none;
	display: table-cell;
	white-space: nowrap;
	padding: 0 0 0 10px;
}
.nav li {
	margin: 0;
	height: auto;
	float: left;
	padding: 0;
	font-weight: normal;
}
.nav .select a {
	display: block;
	height: 30px;
	float: left; /*background: url(../images/pro_line_0.gif);*/;
	padding: 0 7px 0 7px;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	color: #fff; /*4E502E*/;
	text-decoration: none;
}
.nav .current a {
	display: block;
	height: 30px;
	float: left;
	background: url(../images/pro_line_2b.gif);
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	color: #818a43;
	text-decoration: none;
	padding: 0 0 0 5px;
}
.nav .current a b {
	display: block;
	background: url(../images/pro_line_2b.gif) right top;
	padding: 0 7px 0 5px;
}
.nav .select a:hover, .nav .select li:hover a {
	background: url(../images/pro_line_1b.gif);
	cursor: pointer;
	color: #9e6502;
	padding: 0 0 0 5px;
}
.nav .select a:hover b, .nav .select li:hover a b {
	display: block;
	float: left;
	padding: 0 7px 0 3px;
	background: url(../images/pro_line_1b.gif) right top;
	cursor: pointer;
}
.nav .select_sub {
	display: none;
}
/* IE6 only */
.nav table {
	border-collapse: collapse;
	margin: -1px;
	font-size: 1em;
	width: 0;
	height: 0;
}
.nav .sub {
	display: table;
	margin: 0;
	list-style: none;
	padding: 0 10px 10px 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.nav .sub_active .current_sub a, .nav .sub_active a:hover {
	background: transparent;
	color: #663300;
	margin-top: -3px;
}
.nav .select :hover .select_sub {
	display: none;
	position: absolute;
	width: 617px;
	top: 22px;
	padding: 10px;
	z-index: 100;
	left: 0;
	text-align: left;
}
.nav .current .show {
	display: block;
	position: absolute;
	width: 930px;
	top: 22px;
	z-index: 100;
	left: 0;
	text-align: left;
	background-image: url(../images/back_0.gif);
	background-repeat: repeat-x;
	padding-bottom: 25px;
}
.nav .select :hover .sub li a, .nav .current .show .sub li a {
	display: block;
	float: left;
	background: transparent;
	white-space: nowrap;
	color: #444;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -3px;
}
.nav .current .sub li.sub_show a {
	color: #663300;
	cursor: default;
}
.nav .select :hover .sub li a:hover, .nav .current .sub li a:hover {
	visibility: visible;
	color: #9e6502;
	background: url(../images/menus/back_1.gif);
	margin-top: -3px;
}
/*---------------------------------FIM DO MENU----------------------------------------------------------------------------------*/
/*------------------ Menu MEDIA CENTER - ABA ------------------------------------------------------------------------------*/
#tab {
	background: #FFF;
	height: 32px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9999;
}
#tab ul {
	margin: 0;
	padding: 0;
}
#tab ul li {
	display: table-cell;
}
#tab ul li a {
	background: #bdbf90;
	color: #FFF;
	font-weight: bold;
	border: 1px #bdbf90 solid;
	float: left;
	padding: 5px 7px;
	margin: 1px;
	text-decoration: none;
}
#tab ul li a:hover {
	background: #d9dcc3;
	color: #000;
	border: #bdbf90 1px solid;
	border-bottom: #bdbf90 1px solid;
	text-decoration: none;
	font-weight: bold;
}
#tab ul li a.selected {
	background: #FFF;
	color: #000;
	border: #bdbf90 1px solid;
	border-bottom: #FFF 1px solid;
	font-weight: bold;
	text-decoration: none;
}
#conteudoTab {
	width: 97%;
	border: #bdbf90 1px solid;
	height: auto;
	margin-left: 1px;
	padding: 10px;
	display: table;
	top: 0px;
}
/*------------------ FIM Menu MEDIA CENTER - ABA ------------------------------------------------------------------------------*/
.tooltip {
	border-bottom: 1px dotted #B47B10;
	width: 250px;
	color: #B47B10;
	cursor: pointer;
}
/*------------------ Label das Areas de Saude ------------------------------------------------------*/
.qdEspecialidadesL {
	width: 145px;
	margin-right: 5px;
	float: left;
	font-size: 11px;
	border-right: 1px silver dotted;
	min-height: 90px;
}
.qdEspecialidadesR {
	width: 141px;
	float: right;
	font-size: 11px;
	min-height: 90px;
}
.nasf, .odonto, .enfermagem, .medicina {
	float: left;
	width: 65px;
	height: 14px;
	font-size: xx-small;
	background-color: #327C5b;
	color: white;
	text-align: center;
	padding: 2px;
	clear: both;
}
.enfermagem {
	background-color: #0033CC;
}
.odonto {
	background-color: #CC0000;
}
.nasf {
	background-color: #FF6600;
}
.plAreaVideo {
	width: 100%;
}
.plConteudoVideo {
	width: 100%;
	height: auto;
}
.plCapaVideo {
	clear: both;
	float: left;
	width: auto;
	height: auto;
	margin-right: 10px;
}
.plTextoVideo {
	float: left;
	width: auto;
}
.blOdo, .blMed, .blEnf, .blNasf, .blBr {
	width: 15px;
	height: 15px;
	background-color: #CC0000;
	margin-right: 3px;
	margin-bottom: 5px;
	float: left;
}
.blMed {
	background-color: #327C5b;
}
.blEnf {
	background-color: #0033CC;
}
.blNasf {
	background-color: #FF6600;
}
.blBr {
	background-color: #FFF;
	font-size: xx-small;
}
.blTxtOdo, .blTxtMed, .blTxtEnf, .blTxtNasf, .blTxtBr {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.blTxtMed {
	color: #327C5b;
}
.blTxtEnf {
	color: #0033CC;
}
.blTxtNasf {
	color: #FF6600;
}
.blTxtBr {
	color: #FFF;
}
ul.bl {
	list-style-position: inherit;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 110%;
	font-size: x-small;
}
.blDestaque {
	width: 275px;
	height: 79px;
	float: left;
	padding: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: left;
}
.subTitulo1 {
	color: silver;
	font-size:13px;
}
.subTitulo2 {
	color: #2b7f93;
	font-size:18px;
	font-weight:bold;
}

