timple-c
11/29/2017 - 8:10 PM

No Description

No Description

<!doctype html>

<html lang="en">
<head>

	<meta charset="UTF-8">
	<title>404</title>

	<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic,600,600italic,800,800italic' rel='stylesheet' type='text/css'>

	<style>
		html, body{height:100%;}

		body{
			background-color:white;
			position:relative;
			font-family: 'Open Sans', sans-serif;
			color: #AAA;
		}

		section{
			position:absolute;
			top:0;
			left:0;
			bottom:0;
			right:0;
			margin:auto;
			height: 140px;
			width: 760px;
		}
		
	</style>

	

</head>

<body>

	<section>

		<div class="wrapper ptop-40">
			<div style='float:left; margin-right:15px;'>
				<div style='font-size:100px; line-height:68px; font-weight:700;'>404</div>
			</div>

			<p style='font-size: 30px; line-height: 30px; padding-top: 9px;'>El contenido que busca no se encuentra. <br> Intente nuevamente.</p>
		</div>

	</section>
</body>
</html>