#contenedor {
	background-color: #FFFFFF;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 583px;
}
#arriba {
	background-color: #FFFFFF;
	height: 186px;
	width: 820px;
	float: left;
}
#izquierda {
	background-color: #FFFFFF;
	float: left;
	height: 356px;
	width: 215px;
}
#main {
	background-color: #FFFFFF;
	float: left;
	height: 64px;
	width: 605px;
}
#contenido {
	background-color: #FFFFFF;
	float: left;
	height: 267px;
	width: 604px;
	background-image: url(imagenes/fondo-main.png);
	overflow: auto;
}
#derecha-acople {
	background-color: #FFFFFF;
	float: left;
	height: 267px;
	width: 1px;
	color: #FFFFFF;
}
#abajo-main {
	background-color: #FFFFFF;
	float: left;
	height: 25px;
	width: 605px;
	background-image: url(imagenes/acople-contenido.png);
}
#abajo {
	background-color: #FFFFFF;
	float: left;
	height: 41px;
	width: 820px;
	background-image: url(imagenes/abajo.png);
}
