#creditos_infografia {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	}
.creditos_texto  {
	width: 90%;
	float: left;
	color: #666666;
	font-size: 11px;

	}
.creditos_texto_b  {
	width:90%;
	float:left;
	color: #666666;
	font-size: 11px;
	}
.creditos_logo  {
	width:10%;
	float:right;
	margin-top:4px;
	}
.creditos_logo img {
	width:100%;
	float:left;
	}
@media (max-width: 500px) {
	.creditos_logo  {
	display:none;
	}
.creditos_texto  {
	width: 100%;

	}
.creditos_texto_b  {
	width:100%;

	}
}