html, body {height:100%;} 


#tudo { 
	
	position:relative;  /*Contexto de posicionamento */
	
	margin:0 auto;
	
	min-height:100%;/**/
	
	}
 * html #tudo {height: 100%;}

#conteudo {padding-bottom:50px;}

#rodape {
	position: absolute;
	bottom: 0; 


}


@media only screen and (min-width: 993px){
	.container{
		width: 90%;
	}
}

.cardx{
	padding-bottom: 10px;
}

.imgvisita{
	padding-top: 15px;

}

.visdt{
	font-size: 14px;
}



