html{
	font-family: arial;
}
.nenufar{
	position: absolute;
	width: 100%;
	height: 100%;
}
.nenufar1{
	position: relative;
	float: right;
	width: 350px;
	top: -5px;
	right: -10px;
	

}
.nenufar2{
	position: absolute;
	width: 450px;
	left: -10px;
	bottom: -10px;
	


}
.info{
	padding-top: 30%;
	text-align: center;
}

.nombre-servidor{
	position: relative;
	left: 10px;
	top: 41px;
}



.nenufar-solo{
	z-index: -99;
	position: relative;
	width: 450px;
	top: -220px;
	display: flex;
	margin: 0 auto;
	
}
.error-404 h3{
	text-align: center;
	transform: rotate(-54deg);
	font-family: ArialMT;
	font-size: 14px;
	position: relative;
	left: -115px;
	top: 190px;
	color: #fff;
}

.error-404 h2{
	position: relative;
	top: 110px;
	text-align: center;
	font-family: ArialMT;
	font-size: 180px;
	color: #333333;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
}

.texto-titulo{
	position: relative;
	top: -170px;
	text-align: center;
	font-family: Arial-BoldMT;
	font-size: 24px;
	color: #333333;
	line-height: 24px;
}
.texto{
	position: relative;
	top: -170px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.boton{
	text-align: center;
}
.btn-default{

	position: relative;
	top: -150px;
	border: 1px solid #B9C143;
	padding: 10px 20px;
	font-family: ArialMT;
	font-size: 16px;
	color: #333333;
	border-radius: 8px;
}