.streaming a {
	color: #FFF;
}

.wrapper_icono {
	width: 11%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.wrapper_icono .icono {
	border: 0px;
	background-color: #9C2C44;
	border-radius: 50px;
	text-align: center;
	transition: all 1s;
	height: 100px;
	width: 100px;
	margin: 0 auto;
}

.wrapper_icono .icono.primeraed {
	background-color: #A07139;
}

.wrapper_icono .icono.segundaed {
	background-color: #0F4D74;
}

.wrapper_icono .icono.terceraed {
	background-color: #498547;
}

.wrapper_icono .icono.cuartaed {
	background-color: #E49842;
}

.wrapper_icono .icono.quintaed {
	background-color: #9C2C44;
}


.wrapper_icono .icono:hover {
	background-color: #CCC;
	border: solid 1px #FFF;
}

.wrapper_icono .icono a {
	position: relative;
	color: #FFF;
	transition: all 2s;
}

.wrapper_icono a:hover {
	color: #BF3E5A;
}

.wrapper_icono a h3 {
	height: 50px;
	background-image: none;
	margin: 0px;
	padding: 5px 0px 0 0;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
}

.wrapper_icono .icono a i {
	margin-top: 13px;
	font-size: 50px;
	transition: all 2s;
}

.wrapper_icono .icono a i:hover {
	font-size: 75px;
	top: 32px;
	left: -52px;
}
