/* @override 
	http://aguamielcreativo.com/guilsys/estilacho.css */

body {
	background: url(ladrillo.jpg) 50% no-repeat fixed;
}
#typo {
	font: 2.3em 'Sedgwick Ave Display';
	display: block;
	height: 300px;
	text-align: center;
	padding-top: 10px;
}
#typo p span {
	color: #e20606;
}
#typo p.esp {
	transform: rotate(-2deg);
}
#typo p.dut {
	transform: rotate(1deg);
}
#typo p.eng {
	transform: rotate(4deg);
}
#bjorn {
	width: 50%;
	position: relative;
	float: left;
		z-index: 99;
	text-align: right;
}
#bjorn img {
	width: 350px;
	display: block;
	float: right;
}
#mr-robot {
	position: relative;
	width: 350px;
	float: left;
	display: block;
	height: 350px;
	top: 230px;
	left: -32px;
}
#footer {
	width: 100%;
	clear: both;
	position: relative;
	display: block;
	top: 120px;
	height: 200px;
	text-align: center;
	margin-bottom: 300px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#footer #logo {
	text-align: center;
	margin-bottom: 50px;
}
#footer p a{
	text-decoration: none;
	color: #e20606;
	display: block;
	margin-bottom: -15px;
}
#footer p a:hover{
	text-decoration: underline;
	color: #e20606;
	display: block;
	margin-bottom: -15px;
}
#footer #logo img {
	width: 380px;
}
#left {
	width: 30%;
	float: left;
	
	padding: 1px;
	border-right: 3px solid #8c0606;
	margin-left: 2%;
}
#center {
	width: 30%;
	float: left;

	padding: 1px;
	border-right: 3px solid #8c0606;
}
#right {
	width: 30%;
	float: left;

	padding: 1px;
}
