@charset "utf-8";
/* CSS Document */


/* HEADER */
#hdr .box-logo {
	position: relative;
	width: 985px;
	height: 91px;
}
#hdr .logo {
	position: absolute;
	background: url(../images/home-hdr-bg.gif) repeat-x;
	width: 985px;
	height: 91px;
	padding-top: 5px;
}
#hdr .menusec {
	position: absolute;
	right: 10px;
	top: 0px;
}
#hdr .mainmenu {
	position: absolute;
	right: 0px;
	bottom: 1px;
	text-align:right;
}
#hdr .menu-curve {
	float:left; 
	width: 31px; 
	height: 23px; 
	background-image:url(../images/mapoio-curve.png);
	background-repeat:no-repeat;
}
#hdr .menu-item {
	background-image:url(../images/mapoio-bg.png); 
	background-repeat: repeat-x;
	float:left; 
	height: 23px; 
	padding:0 15px;
	font-size:10px;
	color: 777;
}
#hdr .menu-item span img {
	margin-top: 5px;
	margin-right: 3px;
}
#hdr .menu-item span.menu-sep {
	margin: 0px 10px;
}
#hdr .menu-item span a{
	font-size:10px;
	color: #777;
	text-decoration:none;
}
/* HEADER */


/* TABS */
#tabs {
	position: relative;
	height: 36px;
	width: 985px;
	background-color: #000000;
}
#tabs .tab {
	position: absolute;
	bottom: 0px;
}
#tabs .tabs {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	display: inline-block; 
	float:left; 
	margin-right:2px;
}
#tabs .tabs-left {
	float:left; 
	width:26px;
}
#tabs .tabs-bg {
	float:left; 
	height:21px; 
	background:url(../images/home-tab-bg.png) repeat-x; 
	text-align:center;
}
#tabs .tabs-bg-off {
	float:left; 
	height:21px; 
	background:url(../images/home-tab-off-bg.png) repeat-x; 
	text-align:center;
}
#tabs .tabs-txt {
	margin-top: 3px; 
}
#tabs .tabs-txt a {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 8px;
}
#tabs .tabs-right {
	float:inherit;
	width:26px;
}
/* TABS */


/* CONTENT */
#content {
	position: relative;
	width: 985px;
	background-color:#fff;
  top: 0px;
  left: 0px;
}
#content .content {
	padding: 60px 60px;
	width: 865px;
}
#content .texto {
	float:left;
	width:480px; 
	margin-right: 40px;
}
#content .cadexterno {
	float:left;
	width:920px; 
	margin-right: 40px;
}
#content .home-box { 
	position:relative;
	float:left;
	width:345px;
	height:270px;
	background:url(../images/home-box-login.gif) no-repeat;
    top: -3px;
    left: 3px;
}

#content .home-box-msg { 
	position:relative;
	float:left;
	width:345px;
	height:270px;
	background:url(../images/home-box-login.gif) no-repeat; 
}
#content .busca-box { 
	position:relative;
	float:left;
	width:345px;
	height:280px;
	background:url(../images/home-box-busca.gif) no-repeat; 
}
#content .home-box-tit { 
	position:absolute;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	top: 15px;
	left: 20px;
}
#content .home-box-ico { 
	position:absolute;
	right: 12px;
	top: 14px;
	width:46px;
	height:50px;
	background:url(../images/home-box-ico-login.png) no-repeat; 
}
#content .busca-box-ico { 
	position:absolute;
	right: 12px;
	top: 14px;
	width:46px;
	height:50px;
	background:url(../images/home-box-ico-search.png) no-repeat; 
}
#content .home-box-txt { 
	position:absolute;
	top: 50px;
	left: 15px;
	font-size:14px;
	color:#777;
	margin-right: 20px;
    width: 298px;
}
#content .busca-box-txt { 
	position:absolute;
	top: 65px;
	left: 20px;
	font-size:16px;
	font-weight: bold;
	color:#777;
	margin-right: 20px;
}
#content .home-box-form { 
	position:absolute;
	top: 95px;
	left: 57px;
	font-size:12px;
	color:#777;
	margin-right: 20px;
    width: 236px;
}
#content .busca-box-form { 
	position:absolute;
	top: 110px;
	left: 60px;
	font-size:12px;
	color:#777;
	margin-right: 20px;
}
#content .busca-table td { 
	margin-bottom: 5px;
}
#content .home-box-table { 
	position:relative;
	float:left;
	width:294px;
	height:93px;
    top: 31px;
    left: -402px;
}
#content .home-box-form label { 
	width: 60px;
	display: inline-table;
	text-align:right;
	margin-right: 10px;

}
#content .busca-box-form label { 
	width: 60px;
	display: inline-table;
	text-align:right;
	margin-right: 10px;

}
#content .home-box-form div { 
	margin-bottom: 8px;
}
#content .busca-box-form div { 
	margin-bottom: 6px;
}
#content .home-box-form input { 
	width: 120px;
	height: 20px;
	padding: 0px 3px;
}
#content .busca-box-form input { 
	width: 120px;
	height: 20px;
	padding: 0px 3px;
}
#content .home-box-form small a { 
	color:#777;
	text-decoration:none;
}
#content .busca-box-form small a { 
	color:#777;
	text-decoration:none;
}
#content .home-box-form small a:hover { 
	color:#777;
	text-decoration:underline;
}
#content .busca-box-form small a:hover { 
	color:#777;
	text-decoration:underline;
}
#content .texto { 
	font-size: 11px;
}
#content .texto h1 { 
	color:#777;
	font-size: 21px;
	font-weight:normal;
}
#content .texto h2 { 
	color:#777;
	font-size: 14px;
}
#content .cadexterno { 
	font-size: 11px;
}
#content .cadexterno h1 { 
	color:#777;
	font-size: 21px;
	font-weight:normal;
}
#content .cadexterno h2 { 
	color:#777;
	font-size: 14px;
}
#content .home-box-form-cadexterno { 
	position:absolute;
	top: 60px;
	left: 20px;
	font-size:12px;
	color:#777;
	margin-right: 10px;
}

/* CONTENT */

/* BOTÃO HOME */
#content .home-box-btn { 
	position:absolute;
	top: 187px;
	left: 129px;
	font-size:12px;
	color:#777;
	margin-right: 20px;
    width: 92px;
    height: 33px;
}
#content .busca-box-btn { 
	position:absolute;
	top: 255px;
	left: 136px;
	font-size:12px;
	color:#777;
	margin-right: 20px;
}
#content .home-box-btn-left { 
	float:left;
	background:url(../images/home-button-left.png) no-repeat; 
	width: 9px;
	height: 34px;
}
#content .home-box-btn-right { 
	float:left;
	background:url(../images/home-button-right.png) no-repeat; 
	width: 21px;
	height: 34px;
}
#content .home-box-btn-bg { 
	float:left; 
	background-image:url('../images/home-button-bg.png'); 
	height: 37px; 
	text-align:center;
}
#content .home-box-btn-txt { 
	margin-top: 8px; 
}
#content .home-box-btn-txt a { 
	font-size:14px; 
	font-weight:bold;
	color:#777;
	text-decoration:none;
	padding: 0px 8px;
}
/* BOTÃO HOME */






/* CONTENT BUSCA */
#content-busca {
	position: relative;
	width: 985px;
	background-color:#fff;
}
#content-busca .content {
	padding: 8px 8px;
	position: relative;
}

#content-busca .boxs-top {
	width: 250px;
	padding-left: 7px;
	padding-right: 7px;
	height: 41px;
	background: url(../images/boxs-search-top.png) no-repeat;
}
#content-busca .boxs-top .div-top {
	position:relative;
	width: 250px;
	height: 50px;
	background-repeat:no-repeat;
	background-position: 198px 8px;
	padding-top: 16px;
	padding-left: 15px;
	
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#content-busca .boxs-bg {
	background: url(../images/boxs-search-bg.png) repeat-y;
	width: 230px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 17px;
}
#content-busca .boxs-bot {
	width: 250px;
	padding-left: 7px;
	padding-right: 7px;
	height: 41px;
	background: url(../images/boxs-search-bottom.png) no-repeat;
}


#content-busca .boxb-top {
	width: 683px;
	padding-left: 7px;
	padding-right: 7px;
	height: 41px;
	background: url(../images/boxb-search-top.png) no-repeat;
}
#content-busca .boxb-top .div-top {
	position:relative;
	height: 50px;
	/*background: url(../images/home-box-ico-search.png) no-repeat;
	background-position: 7px right;*/
	padding-top: 16px;
	padding-left: 15px;
	
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#content-busca .boxb-bg {
	background: url(../images/boxb-search-bg.png) repeat-y;
	width: 663px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
}
#content-busca .boxb-bot {
	width: 683px;
	padding-left: 7px;
	padding-right: 7px;
	height: 41px;
	background: url(../images/boxb-search-bottom.png) no-repeat;
	text-align:center;
	padding-top: 8px;
	font-weight:bold;
}
#content-busca .boxb-bot a {
	font-weight:bold;
	color:#777;
	text-decoration:none;
	margin: 0 2px;
}
#content-busca .boxb-bot a:hover {
	font-weight:bold;
	color:#777;
	text-decoration: underline;
}




/* CONTENT FORM BUSCA */
#content-busca .busca-box-form { 
	position:absolute;
	top: 66px;
	left: 26px;
	font-size:12px;
	color:#777;
	margin-right: 20px;
}
#content-busca .busca-box-form label { 
	width: 60px;
	display: inline-table;
	text-align:right;
	margin-right: 10px;

}
#content-busca .busca-box-form div { 
	margin-bottom: 6px;
}
#content-busca .busca-box-form input { 
	width: 120px;
	height: 20px;
	padding: 0px 3px;
}
#content-busca .busca-box-form small a { 
	color:#777;
	text-decoration:none;
}
#content-busca .busca-box-form small a:hover { 
	color:#777;
	text-decoration:underline;
}


/* BOTÃO HOME */
#content-busca .busca-box-btn { 
	position:absolute;
	top: 190px;
	left: 100px;
	font-size:12px;
	color:#777;
	margin-right: 20px;
}
#content-busca .busca-box-btn-left { 
	float:left;
	background:url(../images/home-button-left.png) no-repeat; 
	width: 9px;
	height: 34px;
}
#content-busca .busca-box-btn-right { 
	float: inherit;
	background:url(../images/home-button-right.png) no-repeat; 
	width: 9px;
	height: 34px;
}
#content-busca .busca-box-btn-bg { 
	float:left; 
	background-image:url(../images/home-button-bg.png); 
	height: 34px; 
	text-align:center;
}
#content-busca .busca-box-btn-txt { 
	margin-top: 8px; 
}
#content-busca .busca-box-btn-txt a { 
	font-size:14px; 
	font-weight:bold;
	color:#777;
	text-decoration:none;
	padding: 0px 8px;
}
/* BOTÃO HOME */



#content-busca .search-result { 
	font-size:11px;
	color: #333;
}
#content-busca .search-result strong { 
	font-size:11px;
	color: #6290b6;
}
#content-busca .result-name { 
	font-size:12px;
	color: #0f4675;
	font-weight:bold;
}
#content-busca .result-name a{ 
	font-size:12px;
	color: #0f4675;
	font-weight:bold;
	text-decoration:none;
}
#content-busca .result-name a:hover{ 
	font-size:12px;
	color: #0f4675;
	font-weight:bold;
	text-decoration:underline;
}



#content-busca .foto {
	padding: 3px;
	border: #aaa 1px solid; 
	width: 90px;
	margin: 2px 6px;
}
#content-busca .fotosmall {
	padding: 1px;
	border: #aaa 1px solid; 
	width: 34px;
	margin: 2px 2px 2px 0px;
}
#content-busca .foto img {
}
#content-busca .result-alt {
	background-color: #e3e8ec;
}

#content-busca .result-hr {
	height: 7px;
	background-image: url(../images/result-hr.gif);
	background-repeat:repeat-x;
}
#content-busca .result-vert {
	width: 8px;
	background-image: url(../images/result-vert.gif);
	background-repeat:repeat-y;
}
#content-busca .history-result { 
	font-size:11px;
	color: #333;
}
#texto-aceite {
	font-size:12px;	
	color:#595A5C;
	float:left;
	width:825px;
	height:400px;
	padding:10px;
	overflow:scroll;	
	margin:10px 0 10px 0;
	border:1px solid #94948B;
}
#texto-aceite p{
	font-size:12px;	
	color:#595A5C;
	margin:0 0 20px 0;
	text-align:justify;
}

/*Médico Externo*/

#content-externo {
	position: relative;
	width: 345px;	
	background-color:#fff;
}
#content-externo .content {
	padding: 8px 8px;
	position: relative;
}
#content-externo .boxb-top {
	width: 345px;
	padding-left: 7px;
	padding-right: 7px;
	height: 41px;
	background:url(../images/home-box-login.gif) no-repeat; 
}
#content-externo .boxb-top .div-top {
	position:relative;
	height: 50px;
	padding-top: 16px;
	padding-left: 15px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#content-externo .boxb-bg {
	background: url(../images/home-box-bg.gif) repeat-y;
	width: 345px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
}
#content-externo .boxb-bot {
	width: 345px;
	padding-left: 7px;
	padding-right: 7px;
	height: 41px;
	background: url(../images/home-box-close.gif) no-repeat;
	text-align:center;
	padding-top: 8px;
	font-weight:bold;
}