/* ----- Reset ----- */

@import url("reset.css");

/* ----- Maqueta ----- */
body {
	width: 950px;
	margin: 0 50px;
}
.clear {
	clear: both;
}
div#header {
	height: 70px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 60px;
}
h1 {
	width: 230px;
	border-top: 5px solid #FFF20D;
	height: 65px;
	background: url('../imgs/logo_quoco.png') no-repeat 0 20px;
}
h1 span {
	position: absolute;
	top: -10000px;
}
div.vcard {
	float: right;
	margin-top: -35px;
}
div.work {
	clear: both;
	padding-bottom: 50px;
}
dl.description {
	width: 230px;
	float: left;
	margin-right: 10px;
	border-top: 1px solid #333;
	margin-top: -21px;
	padding-top: 20px;
}
div.screenshots {
	width: 710px;
	float: left;
}
div.screenshots img {
	border: 5px solid #EEE;
	margin-bottom: 15px;
}
/* ----- Tipografia ----- */
body {
	font-size: x-small;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #1E67A1;
}
div.vcard {
	font-size: 1.1em;
	text-align: right;
	color: #666;
}
h2 {
	font-size: 4.4em;
	font-weight: normal;
	letter-spacing: -.03em;
	color: #333;
	margin-left: 240px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	width: 710px;
	padding-bottom: 10px;
}
dl.description dt {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	
}
dl.description dt.tareas, dl.description dt.cliente {
	margin-top: 30px;
}
dl.description dd {
	line-height: 1.35em;
	color: #444;
}
dl.description dd.tarea {
	padding-left: 10px;
	margin-bottom: 3px;
	background: url('../imgs/bullet.png') no-repeat 0 3px;
}