/* CSS Document */

/* ESTRUTURA */

td img {display: block;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
}

#divPrincipal{
	width: 820px;
}
#divMenu{
	width: 820px;
	height: 80px;
	text-align: left;
	margin-bottom: 30px;
}
#divLogMedico{
	width: 190px;
	height: 276px;
	float:left;
	background-image: url(../img/coluna_esq.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#divBannerFlash{
	width: 630px;
	height: 276px;
	float:left;
	text-align: center;
}
#divConteudoHome{
	clear: both;
	height: 250px;
	width: 820px;
	background-image: url(../img/bg_conteudo_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#divConteudoInterna{
	width: 630px;
	float:left;
}


/* TEXTOS */
.txt11azul{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3650A6;
}
.campoTxt{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	/*	background-image: url(../img/bg_txt_field_log_med.gif);
	background-repeat: no-repeat;*/
	height: 17px;
	width: 92px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
}
.txt9azul{
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #3650A6;
}
.txt9azul a:link{font-weight: bold;	text-decoration: none;}
.txt9azul a:visited{font-weight: bold;	text-decoration: none;}
.txt9azul a:hover{font-weight: bold;	text-decoration: none;}
.txt9azul a:active{font-weight: bold;	text-decoration: none;}

.txt11cinza{
	font:"Trebuchet MS";
	font-size:11px;
	color:#898563;
}

.txt11cinza a:link{color:#898563; font-weight:bold; text-decoration:none;}
.txt11cinza a:visited{color:#898563; font-weight:bold; text-decoration:none;}
.txt11cinza a:hover{color:#AFAC8F;font-weight:bold;text-decoration:none;}
.txt11cinza a:active{color:#898563; font-weight:bold; text-decoration:none;}

.txt14azul {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #3650A6;
	font-weight: bold;
}
.txt14cinza{
	font:"Trebuchet MS";
	font-size:14px;
	color:#AFAC8F;
}

.txt14cinza a:link{color:#898563; font-weight:bold; text-decoration:none;}
.txt14cinza a:visited{color:#898563; font-weight:bold; text-decoration:none;}
.txt14cinza a:hover{color:#AFAC8F;font-weight:bold;text-decoration:none;}
.txt14cinza a:active{
	text-decoration:none;
}
.txtLowercase { 
text-transform:lowercase
}
