﻿body{
	background:url(images/body_top.gif) top center no-repeat #e4e0da;
	margin:0;
	padding:0;
}

/*////////////////ESTRUCTURA GENERAL////////////////////////*/

#all{
		margin:14px auto 0;
		width:950px;
}


#all-inner{
	background:url(images/content_bg.jpg) bottom center no-repeat #f7f7f7;
	border:1px solid #fff;
	display:inline;
	float:left;
	width:948px;
}

#header{
	background:url(images/header_bg.jpg) bottom center no-repeat;
	display:inline;
	float:left;
	width:948px;	
}

#content{
	display:inline;
	float:left;
	margin:10px 27px;
	padding:0 0 20px 0;
}

	* html #content{
		float:left;
		margin:10px 27px;
	}


#footer{
	background:url(images/footer_bg.jpg) top center no-repeat;
	float:left;
	padding:20px 0;
	width:948px;
}
