html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
* {
	font-family		: 	tahoma;
	font-size		: 	9px;
	margin			:	0px;
	padding			:	0px;
	color			:	#464646;
}
body {
	background		:	#FFFFFF;
}
img {
	border			:	0px;
}
#wrapper {
	width			: 	960px;
	background		: 	#B7B6B6;
	margin			:	auto;
	position		:	relative;
	min-height		:	100%;
	height			:	auto !important;
	height			:	100%;
	overflow		:	hidden;
}
#sidebar {
	width			:	175px;
	background		:	#B7B6B6;
	float			: 	left;
}
#news, #icons{
	padding			:	0px 10px;
}
#logo {
	width			:	120px;
	height			:	111px;
	margin			: 	auto;
	margin-bottom	:	154px;
}
#page {
	width			:	765px;
	float			: 	right;
	padding-right	:	20px;
}
#header, #content {
	background		:	#FFFFFF;
}
#banner {
	padding			: 	15px 45px;
}
#banner div {
	width			:	667px;
	height			:	168px;
}
#menu {
	padding			:	0px 45px;
}
#menu div{
	width			:	667px;
	height			:	46px;
	padding-bottom	: 	20px;	
}
#menu ul, #footer ul, #menu-home ul{
	list-style		:	none;
}
#menu li, #menu-home li{
	float			:	left;
	text-align		:	center;
}
#menu a {
	font-size		:	12px;
	color			:	#FFFFFF;
	display			: 	block;
	width			:	111px;
	padding			:	15px 0px;	
}
#submenu {
	height			:	15px;
	background		:	#B7B6B6;
	padding			:	0px 45px;
}
#submenu a{
	font-size		:	11px;
	padding			:	0px 15px;
}
#menu-home {
	width			:	765px;
	background		:	#B7B6B6;
	height			:	87px;
}
#menu-home div {
	margin			:	0px	45px;
}
#menu-home .productos {
	float			:	left;
	margin-top		:	-3px;
}
#menu-home a{
	text-decoration	:	none;
	display			: 	block;
	width			:	112px;
	padding			:	10px 0px;	
	font-size		:	11px;	
}
#menu-home img {
	border			:	0px;
	text-decoration	:	none;
}
#content{
	padding			:	25px 0px;
	padding-bottom	:	2034px;
	margin-bottom	:	-2000px;
}
#footer {
	background		:	#D40D16;
	padding			:	0px 45px 2px 45px;
	position		:	absolute;
	bottom			:	0 !important;
	bottom			:	-1px;
	height			:	34px;
	width			:	675px;
}
#footer span{
	color			:	#FFFFFF;
	padding			:	0px 10px 0px 0px;
}
#footer div {
	color			:	#FFFFFF;
	padding			:	10px 0px 0px 0px;
}
#footer a {
	color			:	#FFFFFF;
	padding			:	0px 2px 0px 2px;
}
.clear {
	clear			: 	both;
}
