#up {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	height: 220px;
	background-position: bottom;
}
#centro {
	background-image: url(centro.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
#down {
	background-image: url(abajo.gif);
	background-repeat: no-repeat;
	background-position: center -90px;
	height: 375px;
}
#textoup {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	height: 35px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: text-bottom;
	text-align: center;
}
#fono {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-image: url(fono.gif);
	background-repeat: no-repeat;
	height: 32px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-position: 228px center;
}
