
html {
  height: 100%;
}

* {margin:0;padding:0;} 

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 11px;	
	width:100%;
  	height: 100%;
	color:#999999;
	background-color: #ffffff;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color:#08C6DE;
	font-size: 12px;	
	text-decoration:none;	
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;		
}

img{
	border:0;
}

ul{
	padding:0;
	margin:0;
}

li{
	list-style:none;
}
	
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color:#333333;
}
option{
	padding-bottom:1px;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color:#666666;	
	width:94px;
	text-align:right;	
	float:left;
	margin-bottom:10px;
}

input{
	border:1px solid #D8D8D8;
	width:265px;
	float:left;
	margin-left:10px;	
	margin-bottom:10px;
	color:#333333;
	font-size:11px;
	height:16px;
}

textarea{
	border:1px solid #D8D8D8;
	width:265px;
	height:80px;
	float:left;
	margin-left:10px;	
	margin-bottom:10px;	
	color:#333333;
	font-size:11px;
}

#header{
	width:100%;
	height:200px;
	background:url(../img/header_bg.png) repeat-x;
	float:left;
}

#header_box{
	width:864px;
	height: 100%;
}

#wrap {height: 100%;width:100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;width:100%;float:left;}

#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both;
	background-color: #F6F5F3;
} 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

#logo{
	float:left;
	padding-top:40px;
}

#content{
	width:870px;
  	height: auto;
  	position:relative;
  	left:50%;
  	margin-left:-432px;
	float:left;
	margin-bottom:10px;
}

#menu{
	height:30px;
	padding-top:15px;
	float:left;
}

.menu_element{
	font-size:12px;
	color:#589CBA;
	background: url(../img/mais_menu_cima_azul.png) no-repeat left center;
	float:left;
	padding-left:12px;
	letter-spacing:0.5px;
	margin-right:38px;
	text-decoration:none;
}
.menu_element:hover{
	font-size:12px;
	color:#00CC00;
	background: url(../img/mais_menu_cima_verde.png) no-repeat left center;
	float:left;
	padding-left:12px;
	margin-right:38px;
	letter-spacing:0.5px;
	cursor:pointer;
}

.menu_element_last{
	font-size:12px;
	color:#589CBA;
	background: url(../img/mais_menu_cima_azul.png) no-repeat left center;
	float:left;
	padding-left:12px;
	letter-spacing:0.5px;
	text-decoration:none;
}
.menu_element_last:hover{
	font-size:12px;
	color:#00CC00;
	background: url(../img/mais_menu_cima_verde.png) no-repeat left center;
	float:left;
	padding-left:12px;
	cursor:pointer;
	letter-spacing:0.5px;
}

#content_box{
	width:635px;
	margin-right:20px;
	float:left;
	text-align:left;
}

#titulo_box{
	width:635px;
	height:43px;
	padding-top:12px;
	background-color: #F6F5F3;
	font-family: Verdana, Arial;
	font-size:23px;
	font-weight:bold;
	color: #08C6DE;
	text-align:center;
	margin-bottom:15px;
}

#titulo_box_big{
	width:618px;
	height:43px;
	padding-top:12px;
	background-color: #F6F5F3;
	font-family: Verdana, Arial;
	font-size:23px;
	font-weight:bold;
	color: #08C6DE;
	text-align:center;
	margin-bottom:15px;
}

#coluna_direita{
	width:209px;
	/*height:415px;*/
	float:left;
	text-align:left;
}

#coluna_direita_title{
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #666666;
	font-weight:bold;	
}

.coluna_direita_element_title{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #08C6DE;
	height:15px;
	width:87px;
	font-weight:bold;	
	padding:5px 20px 5px 20px;
	margin-top:20px;
}
.coluna_direita_element_subtitle{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	font-weight:bold;	
	line-height:180%;
	width:175px;
}
.coluna_direita_texto{
	font-family: Arial;
	font-size: 12px;
	color: #666666;	
	line-height:140%;
	width:175px;
}

.ver_mais{
	font-family: Arial;
	font-size: 11px;
	color: #08C6DE;
	margin-top:10px;	
}
.ver_mais:hover{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	margin-top:10px;
	cursor:pointer;	
}

.mais_noticias{
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	margin-top:20px;	
	text-decoration:underline;
}
.mais_noticias:hover{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	margin-top:20px;
	cursor:pointer;	
	text-decoration:underline;
}

#blue_right_box{
	width:199px;
	height:110px;
	background-color: #08C6DE;
	padding:15px 0px 0px 15px;
	float:left;
	margin-left:-8px;
}

#blue_left_box{
	width:185px;
	height:110px;
	background-color: #08C6DE;
	padding:15px 0px 0px 15px;
}

#blue_left_titulo{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}

#blue_left_texto{
	font-family: Arial;
	font-size: 12px;
	line-height:150%;
	color: #FFFFFF;
	margin-top:10px;
	margin-bottom:5px;
}

#gray_right_box{
	width:199px;
	background-color: #F6F5F3;
	padding:10px 0px 0px 15px;
	margin-top:20px;
	float:left;
	margin-left:-8px;
	color:#333333;
}

#gray_left_box{
	width:170px;
	height:165px;
	background-color: #F6F5F3;
	padding:25px 0px 0px 30px;
	margin-top:27px;
}

#gray_left_titulo{
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: #666666;
	width:133px;
	padding-bottom:3px;
	border-bottom:1px solid #BCBCBB;
}

#gray_right_titulo{
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: #666666;
	width:133px;
	margin-left:30px;
	text-align:right;
	padding-bottom:3px;
	border-bottom:1px solid #BCBCBB;
}

.gray_left_texto{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	margin-top:15px;
	margin-bottom:5px;
	width:120px;
}

.gray_right_texto{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:35px;
	width:130px;
	text-align:right;
}

.horarios_right{
	width:165px;
	font-family: Arial;
	font-size: 14px;
	color: #08C6DE;
	font-weight:bold;
	line-height:150%;	
	text-align:right;
}

.horarios{
	font-family: Arial;
	font-size: 14px;
	color: #08C6DE;
	font-weight:bold;
	line-height:150%;	
}

.imagem_border{
	border:2px solid #F6F5F3;
	padding:10px;
	float:left;
}

.imagem_border_big{
	border:2px solid #F6F5F3;
	padding:15px;
	float:left;
}

.imagem_border_shadow{
	border:2px solid #F6F5F3;
	padding:10px;
	float:left;
	margin:0px 10px 10px 0px;
}

.imagem_border_shadow_last{
	border:2px solid #F6F5F3;
	padding:10px;
	float:left;
	margin:0px 0px 10px 0px;
}

.shadow{
	width:64px;
	height:48px;
	background-color:black;
	opacity:0.5;
	filter:alpha(opacity=50);
	visibility:hidden;
	float:left;
	margin-left:-86px;
	margin-top:12px;
	cursor:pointer;
}

.shadow_last{
	width:64px;
	height:48px;
	background-color:black;
	opacity:0.5;
	filter:alpha(opacity=50);
	visibility:hidden;
	float:left;
	margin-left:-76px;
	margin-top:12px;
	cursor:pointer;
}

.texto{
	float:left;
	font-family: Arial;
	font-size: 12px;
	color: #333333;	
	line-height:160%;
}

#texto_esp{
	margin-top:10px;
}

.texto2{
	float:left;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;	
	line-height:180%;	
	letter-spacing:-0.5px;
}

.texto_noticia_selected{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	
	line-height:160%;
	width:163px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../img/sep_noticias.png) bottom left no-repeat;
	cursor:pointer;
}
.texto_noticia_last_selected{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	
	line-height:160%;
	width:163px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
	cursor:pointer;
}

.texto_noticia{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	
	line-height:160%;
	width:163px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../img/sep_noticias.png) bottom left no-repeat;
	cursor:pointer;
}
.texto_noticia_last{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	
	line-height:160%;
	width:163px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
}

.titulo_noticia{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	line-height:160%;
	color:#08C6DE;
	padding-top:5px;
}
.titulo_noticia_selected{
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	padding-top:5px;
}

.titulo_noticia_small{
	color:#08C6DE;
	font-size: 12px !important;
}
.titulo_noticia_small_selected{
	color:#333333;
	font-size: 12px !important;
}

.data_noticia{
	font-family: Arial;
	font-size: 10px;
	color: #333333;	
	font-weight:bold;
	padding-bottom:20px;
}


.home_title{
	font-family: Arial;
	font-size: 12px;
	color: #08C6DE;		
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
}

.home_link{
	font-family: Arial;
	font-size: 12px;
	color: #08C6DE;		
	text-decoration:underline;	
	line-height:180%;
}
.home_link:hover{
	font-family: Arial;
	font-size: 12px;
	color: #666666;		
	text-decoration:underline;	
	line-height:180%;
	cursor:pointer;
}

.mail_link{
	font-family: Verdana;
	font-size: 11px;
	color: #08C6DE;		
	text-decoration:none;	
}
.mail_link:hover{
	font-family: Verdana;
	font-size: 11px;	
	color: #666666;	
	text-decoration:none;	
	cursor:pointer;
}

.mais{
	font-family: Arial;
	font-size: 12px;
	color: #666666;	
	font-weight:bold;	
	text-decoration:none;
	float:left;	
}

.lista_simples li{
	background: url(../img/mais_preto.png) left center no-repeat;	
	padding-left:15px;
	text-decoration:none;	
}

.element_tree{
	background: url(../img/icon_seta_azul.png) no-repeat left center;	
	font-family: Arial;
	font-size: 12px;
	color: #08C6DE;
	line-height:210%;
	padding-left:15px;
	text-decoration:none;	
}
.element_tree:hover, .element_tree_selected{
	background: url(../img/icon_seta_preto.png) no-repeat left center;	
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height:210%;
	padding-left:15px;
	text-decoration:none;	
}

.element_tree_horizontal{
	font-family: Arial;
	font-size: 11px;
	color: #08C6DE;
	line-height:100%;
	text-decoration:none;	
}

.element_tree_horizontal:hover, .element_tree_horizontal_selected, .element_tree_horizontal_selected:hover{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height:100%;
	text-decoration:none;	
}

.inst_legenda{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	font-weight:bold;
	margin-top:5px;
	float:left;
	height:14px;
	width:310px;
}

.asterisco{
	font-family:Arial;
	font-size:14px;
	color:#999999;
	margin-left:5px;
	float:left;
}

.page{
	font-family:Arial;
	font-size:10px;
	color:#0C6DE;
	text-decoration:underline;	
}
.page:hover{
	font-family:Arial;
	font-size:10px;
	color:#666666;
	text-decoration:underline;	
}

.current_page{
	font-family:Arial;
	font-size:10px;
	color:#666666;
	text-decoration:underline;	
}

#especialidades_box{
	width:380px;
	border:2px solid #F6F5F3;
	padding-left:10px;
	padding-top:20px;
}

.nome_esp{
	/*width:111px;*/
	background: url(../img/heart.png) left center no-repeat;
	padding-left:15px;
	font-family:Arial;
	font-size:11px;
	color:#08C6DE;
}

.nome_esp:hover{
	/*width:111px;*/
	background: url(../img/heart_hover.png) left center no-repeat;
	padding-left:15px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	cursor:pointer;
}

.nome_esp_selected{
	/*width:111px;*/
	background: url(../img/heart_hover.png) left center no-repeat;
	padding-left:15px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	cursor:pointer;
}

.nome_trat{
	/*width:111px;*/
	height:15px;
	background: url(../img/icon_tratamentos.png) left center no-repeat;
	padding-left:20px;
	font-family:Arial;
	font-size:11px;
	color:#08C6DE;
}

.nome_trat:hover{
	/*width:111px;*/
	height:15px;
	background: url(../img/icon_tratamentos.png) left center no-repeat;
	padding-left:20px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	cursor:pointer;
}

.nome_trat_selected{
	/*width:111px;*/
	height:15px;
	background: url(../img/icon_tratamentos.png) left center no-repeat;
	padding-left:20px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	cursor:pointer;
}

#nome_especialidade, #nome_tratamento{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#08C6DE;
	text-transform: uppercase;
	margin-top:15px;
}

#medico, #medico_trat{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding-bottom:5px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:5px;
}

.link_marcar{
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
	color:#08C6DE;	
}
.link_marcar:hover{
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
	color:#666666;	
}

.titulo{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#08C6DE;
	line-height:160%;		
}

.parceiros_box{
	width:65px;
	height:50px;
	border:1px solid #F6F5F3;
	padding:10px;
}

.nome_parceiro{
	font-family:Arial;
	font-size:11px;
	color:#333333;
	line-height:120%;
}
.nome_parceiro:hover{
	font-family:Arial;
	font-size:11px;
	color:#08C6DE;
	margin-top:8px;
	width:85px;
	text-align:center;
}

#footer_box{
	margin:auto;
	width:860px;
    height: 40px;
    padding-top:10px;
	line-height:150%;
	text-align:left;
}

#link_relogio{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #FF0066;
	text-decoration:none;
}
#link_relogio:hover{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #000000;
	text-decoration:none;
}

.info_box{
	text-align:left;
	font-size:12px;
	color: #333333;
}

.lista_mais{
	font-family: Arial;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	padding-left:10px;
}

.lista_mais_azul{
	font-family: Arial;
	font-size:12px;
	color:#08C6DE;
	font-weight:bold;
	padding-bottom:10px;
}

.lista_mais_normal{
	font-family: Arial;
	font-size:12px;
	color:#333333;
	padding-left:10px;
}

.lista_enfermagem{
	font-family: Arial;
	font-size:12px;
	color:#666666;
	padding-left:10px;
	margin-bottom:5px;
}

#quadrado_familia{
	width:15px;
	height:15px;
	display:block;
	background-color:#0067B1;
	float:right;
	margin-right:10px;
}

#quadrado_vip{
	width:15px;
	height:15px;
	display:block;
	background-color:#CEA500;
	float:right;
	margin-right:10px;
}

#quadrado_dent{
	width:15px;
	height:15px;
	display:block;
	background-color:#F6661D;
	float:right;
	margin-right:10px;
}

#quadrado_senior{
	width:15px;
	height:15px;
	display:block;
	background-color:#99CC00;
	float:right;
	margin-right:10px;
}

#quadrado_duo{
	width:15px;
	height:15px;
	display:block;
	background-color:#139D2D;
	float:right;
	margin-right:10px;
}

#quadrado_empresa{
	width:15px;
	height:15px;
	display:block;
	background-color:#999999;
	float:right;
	margin-right:10px;
}

.cartoes_title{
	font-family: Arial;
	font-size:12px;
	color:#0067B1;	
	float:right;
	margin-right:55px;
}

.setas_galeria{
	float:left;
	margin-top:5px;
	display:none;
}
