#pagina-no-encontrada{
	position: absolute;
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
	background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#pagina-no-encontrada h1{
	display: block;
	position: absolute;
	font-size: 25px;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	color: rgba(0,0,0,1);
	padding: 50px 30px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.7);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 35%;
    right: 35%;
    top: 20%;
}
#pagina-no-encontrada a{
	padding:8px 5px;
	position: absolute;
	display: block;
	text-align: center;
	font-family: 'Principal',helvetica,verdana,sans-serif;
	font-size: 17px;
	color: rgba(0,0,0,1);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:2px solid rgba(0,0,0,1);
    left: 45%;
    right: 45%;
    top: 30%;
}