
.contenedor_error404{
	text-align: center;
	width: 100%;
	height: 100vh;
	background: black;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.contenedor_error404 img{
	max-height: calc(100vh - 100px);
}

.contenedor_error404 a .boton button{
	height: 80px;
	background:#555;
	color: #fff;
}
/* MEDIA QUERIES */
/* TV */
@media screen and ( min-width: 2049px){
	
}
/* PC */
@media screen and ( max-width: 2048px){
	
}
/* PORTATIL */
@media screen and ( max-width: 1380px){
	
}
/* TABLET */
@media screen and ( max-width: 1600px){
	
}
@media screen and ( max-width: 870px){
	
}
/* MOVIL */
@media screen and ( max-width: 720px){

}
/* SMARTWATCH */
@media screen and ( max-width: 330px){
	
}
/* ANIMACIONES */