#accesos-header {
	background-image: url(../images/digitalEvolution.png);
	background-size:cover;
	background-repeat: no-repeat;
	height: 137px;
}

#accesos-container {
	margin-top:20px;
}

#accesos-container h1 {
	color: #484D71;
	font-weight: bold;
	line-height: 30px;
	font-family: BioRhyme;
	font-size: 20px;
}

.tipos-acceso {
	border-bottom: 1px solid #484D71;
	padding: 1rem;	
}

.tipos-acceso .list-group-item {
	border:none;
	padding-left: 64px;
	padding-bottom: 30px;
}

.tipos-acceso a {
	font-family: BioRhyme;
	font-size: 16px;
	cursor: pointer;
	color: #484D71;
}

.acceso-certificado {
	background-image: url(../images/acceso_certificado.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 64px;
}

.acceso-usuario {
	background-image: url(../images/acceso_usuario.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 64px;	
}

.acceso-anonimo {
	background-image: url(../images/acceso_anonimo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 64px;	
}

.acceso-clave {
	background-image: url(../images/acceso_clave.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 64px;	
}
