.h6equipo {
	color: #f05530;
	font-size: 13px;
}

.img-equipo-round {
	border-bottom-right-radius: 800px 800px;
	border-bottom-left-radius: 800px 800px;

	border-top-right-radius: 800px 0px;
	border-top-left-radius: 800px 800px;
}

.fila-borde {
	border: 1px solid rgba(0,0,0,.1);
	border-bottom-right-radius: 800px 800px;
	border-bottom-left-radius: 800px 800px;

	border-top-right-radius: 800px 800px;
	border-top-left-radius: 800px 800px;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.link-curriculum {
	font-size: 13px;
	color: grey;
	text-decoration: none;
}

.link-curriculum:hover {
	font-size: 13px;
	color: red;
	text-decoration: none;
}

.degrade-equipo {
  padding-bottom: 0px;
	padding-top: 20px;
	background-image: linear-gradient(to right, rgb(255, 255, 51), rgb(255, 51, 51));
	border-bottom-right-radius: 200px 200px;
	border-bottom-left-radius: 200px 200px;
}
