/****************************************************************/
/* Desenvolvido por VIRTUALIZA COMUNICAÇÃO VIRTUAL	            */
/* www.virtualiza.com.br										*/
/* (48)3433-2001												*/
/****************************************************************/
@import url("index.css");
.conteudoInternas{
	float: left;
	width: 730px;
}
/*box 1 capa*/
.box1{
	float: left;
	width: 223px;
	height: 388px;
	background-image: url(../imagens/imgBannerBemVindos.jpg);
	background-repeat: no-repeat;
}
.internaBox1{
	float: left;
	width: 221px;
	height: 255px;
	margin-top: 120px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #799E9A;
}
.txtBox{
	float: left;
	width: 211px;
	height: 200px;
	padding-left: 10px;
	margin-top: 20px;
	color: #666666;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	line-height: 160%;
}

.btSaiba{
	float: right;
	margin-right: 10px;
}
/*box 2 capa*/
.box2{
	float: left;
	width: 223px;
	height: 388px;
	margin-left: 27px;
	margin-right: 27px;
	background-image: url(../imagens/imgBannerNossosExames.jpg);
	background-repeat: no-repeat;
}
.internaBox2{
	float: left;
	width: 221px;
	height: 255px;
	margin-top: 120px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #57A209;
}
/*box 3 capa*/
.box3{
	float: left;
	width: 223px;
	height: 388px;
	background-image: url(../imagens/imgBannerDuvidas.jpg);
	background-repeat: no-repeat;
}
.internaBox3{
	float: left;
	width: 221px;
	height: 255px;
	margin-top: 120px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #D3CF50;
}