/* capas de marco de contenido*/
#liquid_pie {  
    margin:auto;
	background:#FFFFFF url(../imagenes/leftside-pie.gif) repeat-y left top;
	width:80%;/*800px;*/
} 
.top_pie{
	width:100%;
	height:20px;
	background:url(../imagenes/top-pie.gif) no-repeat left top;
}
.top_pie span{
	display:block;
	position:relative;
	height:20px;
	background:url(../imagenes/top-right-pie.gif) no-repeat right top;
}
.content_pie{
	position:relative;
	background:url(../imagenes/rightside-pie.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.bottom_pie{
	height:60px;
	background:url(../imagenes/bottom-pie.gif) no-repeat left bottom;
}
.bottom_pie span{
display:block;
position:relative;
height:60px;
background:url(../imagenes/bottom-right-pie.gif) no-repeat right top;
}
