html, body{
	height: 100%;
	background: #222 url('../img/fondo_atalanta3.jpg') center center no-repeat;
	background-size: cover;
}
img{
	max-width: 100%;
}
#cover{
	background: #222 url('../img/portada.jpg') center center no-repeat;
	background-size: cover;
	color: white;
	height: 20%;
	text-align: center;
	display: flex;
	align-items: center;
}

#cover-texto{
	width: 100%;
}

#cover-texto .form-inline{
	padding: 5rem 0;
}

.contenido-seccion{
	padding: 2rem 1%;
}

.contenido-seccion-register{
	padding: 2rem 15%;
}

.card-header{
	text-align: center;
	background-color: #000;
	color: white;
}

.mr-3{
	width: 40px;
	height: 40px;
	border-radius: 150px;
}
.mr3{
	width: 70px;
	height: 70px;
	border-radius: 150px;
	align-items: right;
}
.list-group-item-secondary{
	background-color: #ededed;
}
#footer{
	background: #222;
	color: white;
	font-size:0.8rem;
	padding: 2.5rem 0;
}
.card-img-top{
	background-color: #000;
	padding: 1rem 0;
}
.card-title{
	color:white;
	text-align: center;
}
.icon{
	color:red;
	margin-right: 1rem;
}
.icons{
	margin-right: 0.3rem;
}

.small-table {
	font-size: 7px;
	padding: 0px;
}

.small-table td {
	padding: 0px;
}

.small-table-list td {
	padding: .1em;
}

.small-table-list {
	font-size: 9px;
}