/*---- Estructura de columnas basada en "Origo" de Claudio Olivares: http://www.quiltro.cl/----*/

.siteWrapper {
    /*background: url(ui/g.png) repeat-y center top;*/
    margin: 0 auto;
    width: 978px;
    overflow:hidden;
    position:relative;
}
/*.siteWrapper.suplements.blog {
    width: 643px;
    padding: 0 0 0 74px;
}*/
.siteWrapper.suplements {
    width: 643px;
    padding: 0 0 0 74px;
}

#header {
	/*margin-bottom: 3em;*/
}

.section				{ overflow:hidden;display:block; margin-bottom:1.5em; }
.divider {
	/*background: rgba(0,0,0,.05);*/
	padding: 1.5em 0 1.5em 0;
}
.section.corpNav 		{ margin-bottom: 0; }
#indice .section		{ margin-bottom:3em; }

/*---Columnas--*/
.uno 				{ width: 60px; }
.dos 				{ width: 140px; }
.tres 				{ width: 220px; }
.cuatro 			{ width: 300px; }
.cinco 				{ width: 380px; }
.seis 				{ width: 460px; }
.siete 				{ width: 540px; }
.ocho 				{ width: 620px; overflow:hidden;}
.nueve 				{ width: 700px; }


.uno-bordered		{ width:58px; border:1px solid #D7D7D7;}
.dos-bordered		{ width:138px; border:1px solid #D7D7D7;}
.tres-bordered		{ width:198px; border:1px solid #D7D7D7; padding:10px; height:180px}
.tres-bordered-inv		{ width:198px; border:1px solid #FFF; padding:10px; height:180px}
.cuatro-bordered	{ width:298px; border:1px solid #D7D7D7;}
.cinco-bordered		{ width:378px; border:1px solid #D7D7D7;}
.seis-bordered		{ width:458px; border:1px solid #D7D7D7;}
.siete-bordered		{ width:538px; border:1px solid #D7D7D7;}
.ocho-bordered 		{ width: 598px; border:1px solid #D7D7D7; padding:10px;}
.nueve-bordered 	{ width: 698px; border:1px solid #D7D7D7; }


.columna 			{ float:left; margin-right: 20px; }
.ultima 			{ margin-right: 0px; }


