@charset "utf-8";
#contenedor {
	margin: auto;
	width: 960px;
}
#contenedor #izquierda {
	float: left;
	width: 250px;
}
#contenedor #centro {
	float: left;
	width: 500px;
}
#contenedor #derecho {
	float: left;
	width: 150px;
}
#csizq {
	background-color: #CCFFCC;
	float: left;
	height: 250px;
	width: 150px;
}
#csder {
	background-color: #CCCC66;
}
