#todo{
	position:relative;
}
.top_superior{
	padding-bottom:40px;
	background-image: url(../imgs/fondo_out_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.outer-container{
	position:relative;
	background: url('../imgs/fondo_out2.png') repeat-y center top;
}
.content{
	background-color:#e0e0e0;
}
.fondo_home{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin-top:-175px;
	background: url('../imgs/fondo_home.jpg') repeat-x center top;
	background-color:#BBBBBB;
	height:350px;
}