/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#main {
	/* [disabled]width:984px; */
	width:990px;
	margin:0 auto;
	position:relative;
	background-image:url(http://www.larumbavip.com/images/bg1000.jpg);
}
#container {
    width:650px; /* CAMBIADO Anterior width:660px; */
    float:left;
}
#content {
    margin:0;
    width:645px; /* CAMBIADO Anterior width:660px; */
	margin-left: 10px;
	overflow:hidden;
}
.main-aside {
	width:315px; /* CAMBIADO Vr. inicial width:300px; */
	float:right;
	position:relative;
	margin: 0px 5px 0px 0px; /* se pone en 0 */
}
#secondary {
    clear:right;
}
#subsidiary {
    width:980px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside { /*  PROPIEDADES DE SIDEBAR SECUNDARIA */
    width:320px; /* CAMBIADO Anterior width:300px; */
	float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, #main .single-post {
	margin-right: 5px;
}
.fixed {
	width:986px; 
	margin:0 auto;
}

