/*liquid*/
div#wrapper{
	float:left;
	width:100%;
	#height: 800px;
}
div.content{
	margin:0 20px 0 130px;
}

div.content-antiguo{
	margin:0 200px 0 130px;
	padding: 0px 10px;
}

div#container div.home {
	margin:0 214px 0 130px;
}
div#left{
	float:left;
	width:120px;
	margin-left:-100%;
}
div#right{
	float:left;
	width:200px;
	margin-left:-200px;
}
div#right-down{
	float:left;
	width:200px;
	margin-left:-200px;
}

div#footer{
	clear:both;
	width:100%;
}

#absolute {
	#position:absolute;
	#top:112px;
	#left:5px;
	#width:120px;
}

/*min-width per IE*/
hr#rule {
	width:775px;
	height:0;
	margin:0;
	padding:0;
	border:1px solid red;
	visibility:hidden;
	display:none;
}
hr#rule.mini {
	width:200px;
}