#titulo {
	background: url('../images/disenyadores.png') no-repeat;
	width:610px;
	position:absolute;
	top: 15px;
	left: 10px;
}

#titulo h1 {
	display:none;
}

#imagenDisenyadores {
	width: 		118px;
	height: 	118px;
	position: 	absolute;
	top: 		150px;
	left:		30px;
	background: url('../images/imagenDisenyadores.png');
	border:		6px solid white;
}

#contenedorEnlaces a {
	display:block;
	width:150px;
	height:20px;
	position:absolute;
	left: 120px;
}

a span {
	display:none;
}

#imagenjean {
	background: url('../images/jeanFleche.png') no-repeat;
	top: 480px;
}

#texto {
	position:			absolute;
	width:				350px;
	top:				130px;
	left:				200px;
	color:				white;
	font-family: 		Helvetica, Arial;
	text-align: 		justify;
	font-weight: 		normal;
	font-size: 			12px;
	height: 			350px;
}

#texto p {
	margin-top:			20px;
	line-height: 		18px;
}

#texto a {
	color:white;
}

#texto a:hover {
	text-decoration: none;
}

#elviewportarriba {
	position:absolute; top: 120px; left: 370px;
	 height: 20px; width: 38px; cursor:pointer;
	background: url('../images/flechaArriba.png');
}

#elviewportabajo {
	position:absolute; top: 510px; left: 370px;
	 height: 20px; width: 38px; cursor:pointer;
	background: url('../images/flechaAbajo.png');
}

.smallText {
	font-size:11px;
}

.smallText dfn {
	font-style: normal;
	text-decoration: underline;
}


