@charset "utf-8";
/* CSS Document */

body{
	background-image:url(/samples/background.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#000000;
	height:750px;
	margin:0;
	padding:0;
	font-family:Arial;
}

#logo{
	margin:0;
	padding:30px 0 0 0;
	width:750px;
	text-align:left;
	height:80px;
}
#logo a img{
	border:0;
}

.redsider{
	background-image:url(../imgs/topmenu.png);
	height:30px;
	background-repeat:repeat-x;
}

ul#topmenu{
	list-style-type:none;
	margin:0;
	width:595px;
/*	background-color:#00CC00;*/
	overflow:hidden;
	padding:3px 0 0 155px;
	height:27px;
}

ul#topmenu li{
	float:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bolder;
/*	margin-left:22px;*/
	white-space:nowrap;
/*	background-color:#00CCCC;*/
	padding:5px 11px 5px 11px;
	background-image:url(../imgs/topmenudivider.png);
	background-position:left center;
	background-repeat:no-repeat;
}

ul#topmenu li a{
	color:#FFFFFF;
	text-decoration:none;
}

ul#topmenu li a:hover{
	color:#CCCCCC;
}

/* contenido */
#mainarea{
	width:750px;
/*	height:550px;*/
	overflow:hidden;
	margin-bottom:20px;
}

#leftcolumn{
	float:left;
	width:200px;
	background-image:url(../imgs/leftmenu_mid.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#leftcolumn h2{
	background-image:url(../imgs/leftmenu_topshadow.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bolder;
	margin:0;
	padding:20px 0 0 8px;
	text-align:left;
	color:#E50100;
}

#leftcolumn h2 a{
	color:#E50100;
	text-decoration:none;
}

#leftcolumn ul#productos{
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0 8px 0 8px;
	font-size:12px;
	font-weight:bolder;
}

#leftcolumn ul#productos li{
	background-image:url(../imgs/leftmenudivider.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:4px 0 4px 0;
}

#leftcolumn ul#productos li a{
	color:#000000;
	text-decoration:none;
}

#leftcolumn ul#productos li a:hover{
	color:#666666;
}

#leftcolumncloser{
	background-image:url(../imgs/leftmenu_closer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0;
}




#maincolumn{
	float:left;
	width:550px;
/*	background-color:#FF9900;*/
}



/* pie */
#foot{
	width:750px;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
	padding:2px 0 0 0;
}

#credits{
	width:750px;
	text-align:right;
	font-size:10px;
	color:#666666;
	padding:2px 0 0 0;
}

#credits a{
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
}
