/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

#main {
    width:920px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	background-image:url(../../fondo_central_blanco.png);
	background-position:top;
	background-repeat:repeat-y;
	min-height:430px;
}
#bajo {
	background-image:url(../../abajo_central_blanco2.png);
	background-repeat:no-repeat;
	position:relative;
	width:1000px;
    margin:0 auto;
	height:100px;
}
#alto {
	background-image:url(../../arriba_central_blanco.png);
	background-repeat:repeat-x;
	position:relative;
	width:920px;
    margin:0 auto;
	height:14px;
	background-position:center ;
}

#container {
    width:910px;
    float:left;
	padding-left:10px;
}
#content {
    margin:0;
	float:left;
	width:910px;
    overflow:hidden;
}
.main-aside {
    width:240px;
    float:left;
    position:relative;
	padding-right:10px;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:960px; 
	margin:0 auto;
}

