* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Georgia, serif;
	color: #111;
	font-size: 30px;
	background: #fff;
}
.no-wrap {
	white-space: nowrap;
}
a {
	color: #0072b9;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
p {
	line-height: 1.6em;
	padding-bottom: 1em;
	font-weight: normal;
}
h2 {
	font-size: 60px;
	font-weight: normal;
	margin-bottom: 0.8em;
}

#cabecera {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 1090px;
	min-height: 500px;
}
#cabecerawrap {
	width: 1050px;
	top: 50%;
	position: absolute;
	left: 50%;
	margin: -200px 0 0 -525px;
}
#cabecerawrap p {
	position: relative;
}
#cabecera #nombre {
	position: absolute;
	margin: -6px 0 0 -18px;
	width: 310px;
	height: 70px;
}
#cabecera #email {
	background: url("rallajo-email.png") bottom center no-repeat;
	padding-bottom: 5px;
}
#cabecera #flickr {
	background: url("rallajo-flickr.png") bottom center no-repeat;
	padding-bottom: 9px;
}
#cabecera #linkedin {
	background: url("rallajo-lastfm.png") bottom center no-repeat;
	padding-bottom: 8px;
}
#cabecera #twitter {
	background: url("rallajo-twitter.png") bottom center no-repeat;
	padding-bottom: 10px;
}
#cabecera #tachon-twitter {
	position: absolute;
	margin: 4px 0 0 -10px;
	width: 310px;
	height: 70px;
}
#cabecera a {
	color: #111;
}
#cabecera a:hover {
	text-decoration: none;
	color: #ff4b33;
}
#trabajos {
	width: 100%;
	background-color: #181818;
	min-width: 1090px;
}
#trabajoswrap {
	width: 1050px;
	margin: 0 auto;
	padding: 100px 20px;
	text-align: center;
	font: normal 12px "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #fff;
}
#trabajoswrap .bloque {
	margin-bottom: 100px;
}
#trabajoswrap .bloque img {
	margin: 0 0 20px 0;
}
#trabajoswrap .explicacion {
	border-top: 1px solid #333;
	color: #575757;
	padding-top: 10px;
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#trabajoswrap p span {
	color: #fff;
	font-weight: bold;
}
#textopie {
	font: normal 20px Georgia, serif;
	color: #eee;
}
.clarito {
	color: #555;
	margin-top: 50px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}