/* Estilos HTML */
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0 auto;
	/*margin-top:2px;*/
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #02A0E3;
	scrollbar-highlight-color: #02A0E3;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #8095C0;
	background-image:url(../img/bg_web.jpg);
	overflow-x:hidden;
}
b{
	font-family:"Lucida Bright", "Lucida Sans Unicode", Tahoma, Arial;
	color:#069393;
}
b.black{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
}
b.red{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#FF0000;
}
input[type=radio]{
	border-width:0px;
	border-style:none;
}
input[type=text]{
	font-size: 10px;
	background-color:#ffffff;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
}
input.btn{
	font-size: 10px;
	background-color:#ffffff;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
	cursor:pointer;
}
input[type=reset]{
	font-size: 10px;
	background-color:#ffffff;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
	cursor:pointer;
}
input.btn[disabled]{
	font-size: 10px;
	background-color:#CCCCCC;
	color:#999999;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
}
input.txt{
	font-size: 10px;
	background-color:#ffffff;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
	text-align:center;
}
select{
	font-size: 10px;
	background-color:#FFFFFF;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
	text-align:center;	
}
select[disabled]{
	font-size: 10px;
	background-color:#CCCCCC;
	color:#999999;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
	text-align:center;	
}
input.txt[disabled]{
	font-size: 10px;
	background-color:#CCCCCC;
	color:#999999;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
	text-align:center;	
}
textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;	
	margin:0px;
}
textarea[disabled]{
	font-size: 10px;
	background-color:#CCCCCC;
	color:#999999;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;	
	margin:0px;
}
li{
	margin-left:20px;
	margin-bottom:5px;
	text-align:justify;
}
hr{
	width:800px;
	size:1px;
	color:#CCCCCC;
}
a:link {text-decoration: underline; color:#666666;}
a:visited {text-decoration: underline; color:#666666;}
a:active {text-decoration: underline; color:#666666;}
a:hover {text-decoration: none; color:#666666;}

a.telemedicina:link {text-decoration: underline; color:#666666; line-height:150%;}
a.telemedicina:visited {text-decoration: underline; color:#666666; line-height:150%;}
a.telemedicina:active {text-decoration: underline; color:#666666; line-height:150%;}
a.telemedicina:hover {text-decoration: none; color:#666666; line-height:150%;}

a.home:link {text-decoration: underline; color:#325E70; line-height:150%; font-weight:normal;}
a.home:visited {text-decoration: underline; color:#325E70; line-height:150%; font-weight:normal;}
a.home:active {text-decoration: underline; color:#325E70; line-height:150%; font-weight:normal;}
a.home:hover {text-decoration: none; color:#069393; line-height:150%; font-weight:normal;}

a.sobre:hover {background-color:#FEDA89; padding:2px; padding-left:20px; padding-right:20px;}
