@charset "utf-8";
.txt_servico{
	float:left;
	width:300px;
	text-align:left;
}
.txt_clinica{
	float:left;
	width:300px;
	text-align:left;
}
img{
	border:medium;
	border-color:#FFF;
}
.txt_servicos{
	float:left;
	height:210px;
	width:300px;
	text-align:center;
	font-size:14px;	
	background-image:url(../../img/menu-servicos.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:30px;
}
.txt_servicos a{
	text-decoration:none;
	color:#000000;
}
.txt_servicos a:hover{
	text-decoration:none;
	color:#cccccc;
}
