@font-face {     
	font-family: 'clearg';
	src: url('fonts/clearg.eot');
	src: url('fonts/clearg.eot?#iefix') format('embedded-opentype'),
		 url('fonts/clearg.woff') format('woff'),
		 url('fonts/clearg.svg') format('svg'),
		 url('fonts/clearg.ttf') format('truetype');
		 font-style:normal;
		 font-weight:normal;
}
body {
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 22px;
	margin: 0px;
}
A:link, A:visited, A:active {
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	color:#009CCA;
	font-size: 14px;
}
A:hover {
	color:#999999;
	cursor: pointer;
}
A.link_anexo:link, A.link_anexo:visited, A.link_anexo:active  {
	text-decoration: none;
	color:#009CCA;
	font-size:14px;
	background-image: url(../img/seta_p.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
A.link_anexo:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
A.link_captcha:link, A.link_captcha:visited, A.link_captcha:active  {
	text-decoration: none;
	color:#009CCA;
	font-size:12px;
}
A.link_captcha:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
A.link_calendario_dia:link, A.link_calendario_dia:visited, A.link_calendario_dia:active  {
	text-decoration: none;
	color:#009CCA;
	font-size:13px;
}
A.link_calendario_dia:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
A.link_desize:link, A.link_desize:visited, A.link_desize:active  {
	text-decoration: none;
	color:#FFFFFF;
	font-size:11px;
}
A.link_desize:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
A.link_inicio:link, A.link_inicio:visited, A.link_inicio:active  {
	text-decoration: none;
	color:#009CCA;
	font-size:14px;
}
A.link_inicio:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
A.link_mapa_titulo_lista:link, A.link_mapa_titulo_lista:visited, A.link_mapa_titulo_lista:active  {
	text-decoration: none;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
A.link_mapa_titulo_lista:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
A.link_convenios:link, A.link_convenios:visited, A.link_convenios:active  {
	text-decoration: none;
	color:#555555;
}
A.link_convenios:hover {
	color:#009CCA;
}
A.link_rodape:link, A.link_rodape:visited, A.link_rodape:active {
	text-decoration: none;
	color:#00BCF2;
}
A.link_rodape:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
.button {
	background-color:#009CCA;
	height: 30px;
	width: 100px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	border: 0px;
	text-align: center;
	cursor:pointer;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
}

.button:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.button2 {
	background-color:#009CCA;
	height: 30px;
	width: 300px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	border: 0px;
	text-align: center;
	cursor:pointer;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	width: 300px;
}
.button2:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

.enviar {
	background-image: url(../img/seta_enviar.png);
	border:0;
	height:17px;
	width:11px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor:pointer;
}
.enviar:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}
p{
	margin-top:0;
	margin-bottom: 15px;
}
input[type=text]{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D4D4D4;
	-moz-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #555555;
}
input[type=password]{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D4D4D4;
	-moz-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #555555;
}
input:focus{ 
	outline: none; 
}
textarea {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D4D4D4;
	-moz-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	height: 27px;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #555555;
}
select {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D4D4D4;
	-moz-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	box-shadow:
		0px 1px 2px rgba(153,153,153,0.3),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #555555;
}
label.error{
	color: #CC0000;
	height: 20px;
	margin-left: 10px;
	padding-top: 3px;
    font-size: 11px;
}
ul.convenios_lista_slider{
	list-style-type: none;
	margin:0;
	padding:0;
	position: relative;
	z-index: 1;
}
li.convenios_lista_slider {
	width:175px;
	height:170px;
	list-style-type:none;
	display: inline;
	overflow: hidden; 
	float: left;
}
ul.especialidades {
	list-style-type: none;
	float: left;
	width: 260px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
li.especialidades a {
	color:#555555;
	float: left;
	clear: both;
	background-image: url(../img/seta_p.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 5px;
	padding-bottom: 8px;
}
li.especialidades a:hover {
	text-decoration: none;
	opacity: .5;
    filter: alpha(opacity=50);
}
ul.menu_mapa {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 0px;
}
li.menu_mapa a {
	color:#FFFFFF;
	float: left;
	clear: both;
	line-height: 22px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}
li.menu_mapa a:hover {
	text-decoration: none;
	opacity: .5;
    filter: alpha(opacity=50);
}
ul.noticias {
	list-style-type: none;
	width:655px;
	float:left;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
li.noticias a {
	width: 655px;
	clear: both;
	float: left;
	background-image: url(../img/ln_pontilhada.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 12px;
	padding-top: 10px;
	font-size: 14px;
	color: #555555;
}

li.noticias a:hover {
	background-color: #F2F2F2;
}
li.noticias h1 {
	width: 655px;
	float: left;
	font-size: 14px;
	color: #555555;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.artigos_cabecalho h1 {
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 18px;
	color: #007DA0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.artigos_cabecalho h2 {
	font-weight: normal;
	font-size: 14px;
	color: #007DA0;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.artigos_cabecalho h3 {
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 26px;
	color: #555555;
	font-weight: normal;
	padding: 0px;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.artigos_conteudo h1 {
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 18px;
	color: #007DA0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.artigos_conteudo h2 {
	font-weight: normal;
	font-size: 14px;
	color: #007DA0;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.artigos_conteudo h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.artigos_home_conteudo h1 {
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 18px;
	color: #007DA0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.artigos_home_conteudo h2 {
	font-weight: normal;
	font-size: 14px;
	color: #007DA0;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.artigos_home_conteudo h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cirurgias_home_lista h1{
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 20px;
	line-height: 20px;
	color: #007DA0;
	margin: 0px;
	font-weight: normal;
	padding: 0px;

}
.cirurgias_home_lista h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #555555;

}
.doencas_home_lista h1 {
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 20px;
	line-height: 20px;
	color: #007DA0;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.doencas_home_lista h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #555555;
}
.convenios_lista h1 {
	color: #007DA0;
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.convenios_lista h2 {
	color: #555555;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 20px;
}
.equipe_lista h1 {
	color: #007DA0;
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 20px;
	padding: 0px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}

.equipe_lista h2 {
	color: #555555;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	padding: 0px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#foto_noticia h1 {
	font-size: 10px;
	font-weight: normal;
	padding:0;
	padding:0;
	color: #555555;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
}
#foto_noticia h2 {
	color: #007DA0;
	font-weight: normal;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 18px;
	width: 320px;
}
.mapa_titulo_lista {
	color: #FFFFFF;
	font-weight:bold;
}
.noticias_home_conteudo h1 {
	font-size: 14px;
	color: #007DA0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.noticias_home_conteudo h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.noticias_texto_total h1 {
	color: #007DA0;
	padding:0;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}
.noticias_texto_total h2 {
	font-size: 26px;
	color: #555555;
	font-weight: normal;
	line-height: 30px;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
}

.titulo_greybox {
	color: #007DA0;
	font-family: "clearg", "Times New Roman", Georgia, Arial, serif;
	font-size: 18px;
	padding: 0px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}
