BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat-x;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	text-decoration: none;
	list-style: none;
	line-height: 140%;
}

input, textarea, select {
	font-size: 10px;
	color: #333333;
	background-color: #F9F9F9;
	border: 1px solid #e4e4e4;
}

/*----------------------------------- TOPO -----------------------------------*/

a {
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FFCC00;
}

p {	

	line-height: 18px; 
	text-align: justify; 
}

/*----------------------------------- HOME -----------------------------------*/

div#txt-home p { margin-bottom: 6px; margin-top: 8px }
div#txt-home h1 { margin-bottom: 5px; margin-top: 0 }
div#txt-home h2 { margin: 0 }

#titulo-home {
	display: none	
}
#tecnologia-sono {
	text-indent: -9999px;
	background: url(../img/home_img.jpg);
	display: block;
	width: 341px;
	height: 339px;
	margin: 0
}

#textGrande {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px
}

#textGrande a{
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

#textGrande a:hover{
	color: #c7d1e1;
	text-decoration: underline;
}

#verdanaWhite {
	font-size: 11px;
	color: #FFFFFF;
}

/*----------------------------------- SUB -----------------------------------*/

#textSub {
	font-size: 19px;
	color: #999999;
	font-weight: 500;
	padding-bottom: 4px;
}

h1 {
	font-size: 19px;
	color: #999999;
	font-weight: 500;
	padding-bottom: 4px;
}



#verdanaCinzabold {
	color: #999999;
	font-weight: 700;
}

#lista {
	padding-left: 10px;
	padding-bottom: 15px;
}

#laranja {
	padding: 10px;
	background-color: f99f3d;
	line-height: 110%;
	font-size: 10px;
}

#linkDoutores {
	color: #666666;
}

.style1 {
	color: #666666;
	line-height: 180%;
}

.style1 a:hover{
	color: #F99F3D;
	line-height: 180%;
}

#fundoCinza {
	background: #e3e3e3;
	padding: 7px 2px;
	margin: 8px 0px;
	line-height: 200%;
}

.img-voltar{
	margin-right: 5px;
}

.menu-tabela{
	border-top: 5px solid #eef3f6;
	border-bottom: 5px solid #eef3f6;
	border-right: 5px solid #eef3f6;
	border-left: 5px solid #eef3f6;
	background: url(../img/menu-bg-corre.jpg) repeat-x ##7088AC;
	}

.link-home{
	color: #FFF;
	font-weight: normal;
}

.link-home a{
	color: #FFF;
	font-weight: normal;
}

.link-home a:hover{
	color: #ffffff;
	text-decoration:underline;
}

/*------------------------------  EXAMES  ------------------------------*/

#destaque{
	padding: 5px;
	background: e2e2e2;
}

.obs{
	color: #666666;
	font-weight: bold;
}

/* Links */
.link-conteudo { color: #484848; border-bottom: 1px dotted #484848 }
.link-conteudo:hover { color: #484848; border-bottom: 1px solid #484848 }

