/*
	CSS - Borja Delgado
	http://www.orangeside.org
	12 - 2005
*/

/* ESTILOS GENERALES */

* { margin: 0; padding: 0; }

html, body {
	height: 100%;
	min-height: 100%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #A69C8F;
	}

a {
	color: #FFF;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	text-decoration: underline;
	}

a img {
	border-width: 0px;
	}

#cuaderno {
	position: absolute;
	left: 20px;
	width: 8660px;
	height: 619px;
	background: #FEF1D6 url(img/cuaderno_fondo.jpg) top left repeat-x;
	}

/* Ocultamos IEMac \*/
#cuaderno {
	top: 50%;
	margin-top: -310px;
	}
/* IEMac Cierre */

#moleskine_comienzo {
	position: relative;
	width: 762px;
	height: 619px;
	background: #FEF1D6 url(img/moleskine_comienzo.jpg) top left no-repeat;
	}

#moleskine_comienzo a {
	position: absolute;
	top: 99px;
	left: 600px;
	width: 87px;
	height: 90px;
	}

#moleskine_comienzo a strong {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#moleskine_comienzo a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(img/elena.jpg) top left no-repeat;
	}

#moleskine_fin {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 174px;
	height: 648px;
	}

#moleskine_fin a strong {
	position: absolute;
	top: 13px;
	left: 7px;
	color: #A69C8F;
	}

#moleskine_fin a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(img/moleskine_fin.jpg) top left no-repeat;
	}

#ilustraciones {
	position: absolute;
	top: 6px;
	left: 762px;
	}
