@charset "utf-8";
.FundoMedicoHome {
	background-attachment: fixed;
	background-image: url(images/FundoMedicosHome.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.FundoMedicoParticular {
	background-attachment: fixed;
	background-image: url(images/FundoMedicoParticular.gif);
	background-repeat: repeat-x;
}
.TxtMedicosHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.TxtMedicosHome:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

