	/* CSS Document */

body{
	background-color:#464646;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	background-position: top center;
}

@media (max-width:768px){
	body{
	background-size: cover;
	}
}

#especies h3 {
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	color: #86868b;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

#especies {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

#contenedor-entidad .contenedor_especie {
	width: 180px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,0.08);
	text-align: center;
	-webkit-transition: -webkit-transform 0.15s, box-shadow 0.15s;
	transition: transform 0.15s, box-shadow 0.15s;
}

#contenedor-entidad .contenedor_especie:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

#contenedor-entidad .contenedor_especie a {
	display: block;
	text-decoration: none;
}

#contenedor-entidad .contenedor_especie img {
	width: 180px;
	height: auto;
	display: block;
	margin: 0;
	max-width: none;
}

#contenedor-entidad .contenedor_especie .nombre_especie {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #1d1d1f;
	padding: 7px 8px;
	line-height: 1.3;
}

#contenedor-entidad .contenedor_especie a:hover .nombre_especie {
	color: #0071e3;
}

/* INICIO REDES SOCIALES*/
#redes_sociales{
	/*background-color:#363636;*/
}