/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

#main {
    width:1178px;
   /* margin:0 auto; centra el contenido o lo manda a la izq*/
	
    /*overflow:hidden;*/
    position:relative;
	/*padding: 0 0 0 20px;*/
}
#container {
    
	float:right;
	width:969px;

	
  
}
#primary {
	
	
	
width:209px;
float:left;
	
}
/*#content {
	position:relative;
	float:right;
	width:965px;
	left:0px;
	background: url(../../images/square.png)
   
    overflow:hidden;
    margin: 0 0 0 310px;
	

}
*/
.pagina {
	width:800px;
	background:transparent;
}
.main-aside {
    width:300px;
    float:left;
    position:relative;
}

#secondary {
    /*clear:left;*/
	position:absolute;
	right:15px;
	top:30px;
}
#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: 6px;
	
}
/*.fixed {
	width:960px; 
	margin:0 auto;
}*/


