div.patrocinador {
	float:		left;
	width:		220px;
	height:		180px;
	text-align: center;
	margin-top: 30px;
	position:	relative;
}

div.patrocinador img {
	position:	absolute;
	bottom: 	40px;
	right: 		0;
}

div.patrocinador a {
	display:			block;
	color:				black;
	text-decoration: 	none;
	border:				0;
	position: 			absolute;
	bottom: 			0;
	right: 				0;
}

div.patrocinador a:hover {
	background: 		white;
	border:				0;
}

hr {
	border:				1px solid white;
}


