@charset "UTF-8";
/* CSS Document */
.piopialob {
	margin: 0;
 	padding: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	display: block;
	clear: both;
	zoom: 1;
}

.piopialob-icon {
	width: 100%;
	text-align: center;
}
.piopialob-icon img {
	border-radius: 50%;
	background-color: white;
	border: 1px solid #c3c3c3;
}
.piopialob-text {
	/* Resetear Estilos */
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	text-transform: none;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: none;
	/* ++++++++++ */
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	padding: 35px 20px 20px 20px;
	margin-top: -35px;
	margin-bottom: 20px;
	font-size: 200%;
	line-height: 135%;
	color: #c0c0c0;
	font-weight: 100;
	background-color: white;
}
.piopialob-text:hover {
	-webkit-box-shadow: 0px 0px 30px 1px rgba(125, 125, 125, 0.45);
	-moz-box-shadow:    0px 0px 30px 1px rgba(125, 125, 125, 0.45);
	box-shadow:         0px 0px 30px 1px rgba(125, 125, 125, 0.45);
}
.piopialob-link {
	/* Resetear Estilos */
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	text-transform: none;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: none;
	/* ++++++++++ */
	font-size: 50%;
	line-height: 135%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.piopialob-powered {
	/* Resetear Estilos */
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	text-transform: none;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: none;
	/* ++++++++++ */
	font-size: 10px;
	text-align: center;
	margin-top: -20px;
}

