/*

	estilos.css
	
	Proyecto: ©2010 Balance
	Diseño y Maquetación: Paúl Tumialán
	Activa Diseño y Desarrollo Web
	
	Contents: 
	1. Body
	2. Contenedor
	3. Bloque pequeño
	4. Bloque grande

*/

/* 1. Body
********************************************************/
body {
	background-color: #FFF;
}
/* 2. Contenedor
********************************************************/
#supcontent {
	height: 1500px;
	width: 952px;
	margin: 0 auto;
}
/* 3. Bloque pequeño
********************************************************/
.bloq1 {
	height: 750px;
	width: 202px;
	float: left;
	}
/* 4. Bloque grande
********************************************************/
.bloq2 {
	height: 750px;
	width: 375px;
	float: left;
	}
.bloq3 {
	height: 750px;
	width: 750px;
	margin: 0 auto;
}

	
#content {
	height: 768px;
	width: 564px;
	margin: 0 auto;
}
