/* project: Andr?s D?az
   design: Andr?s Diaz (www.nexodigital.cl) */
   
/* layout
   ------ */
.background { 
	margin: 0px auto;
	width: 960px;
	background: url(bg.gif) repeat-y;
	color: #F5F5F5;
	}
	
.margen {
	margin: auto;
	width: 920px;
	color: #000;
	float: auto;
	
}
.topsection{
height:auto; /*Height of top section*/
width:920px;
}
.contentcolumn{
margin-left:0px; /*Set left margin to LeftColumnWidth*/
margin-top:auto;
}

.contenido { float: right; width: 650px; margin: 0 5px 0 0; text-align: justify; }
	
	
.content_int {
	width: 920px;
	margin: auto;

}.footer2{
	width: auto;
	color: #FFF;
	text-align: center;
	padding: 0px 0;
}

