body {
	background-color: rgb(104,112,175);
	background-position: center bottom;
	background-repeat: repeat-y;
	/* color: white; */
	font-family: Tahoma, 'DejaVu Sans Condensed', sans-serif;
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

body.novedades {
	background-image: url('wrapper_novedades.jpg');
}

body.categorias {
	background-image: url('wrapper_categorias.jpg');
}

#ribbon a {
	display: block;
	width: 100%;
	min-height: 16pt;
	background-color: InfoBackground;
	color: InfoText;
	border-bottom: 2px solid ButtonShadow;
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 10pt;
	background-image: url('upgrade.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-decoration: none;
}

#ribbon a:hover {
	background-color: Highlight;
	color: HighlightText;
	cursor: pointer;
}

	#ribbon .left {
		float: left;
		margin-top: 2pt;
		margin-left: 0;
		text-indent: 22px;
		padding-left: 0;
	}
	
	#ribbon .right {
		float: right;
		margin-right: 4px;
		font-weight: bold;
		font-size: 16px;
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 150px;
	background-color: rgb(104,112,175);
	/* background-image: url('header.png');
	background-attachment: center top; */
	color: white;
}

	#banner {
		float: right;
	}

		#banner div {
			position: absolute;
			right: 20px;
			top: 20px;
			width: 225px;
			height: 74px;
			background-image: url('logo.png');
		}
		
			#banner div h1, #banner div p {
				display: none;
			}
		
	#menu {
		position: absolute;
		margin: 0;
		padding-left: 0;
		padding-top: 3px;
		left: 92px;
		top: 30px;
		width: 182px;
		height: 184px;
		background-color: transparent;
		background-image: url('menu.png');
		color: white;
		font-weight: bold;
		font-size: 12px;
	}
	
		#menu li {
			margin-left: 6px;
			margin-right: 6px;
			margin-top: 5px;
			height: 22px;
			padding-left: 10px;
			padding-top: 2px;
			border-bottom: 1px solid rgb(0,179,161);
			list-style-image: url('menu_bullet.png');
			list-style-position: inside;
		}
		
		#menu li:hover, #menu li.active {
			list-style-image: url('menu_bullet_active.png');
			border-bottom: 1px solid white;
		}
		
			#menu li a {
				color: white;
				text-decoration: none;
			}

#middle {
	margin: 0 auto;
	width: 980px;
	min-height: 1150px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#middle.novedades {
	background-image: url('background_novedades.jpg');
}

#middle.categorias {
	background-image: url('background_categorias.jpg');
}

	#left {
		float: left;
		display: inline-block;
		vertical-align: top;
		margin-top: 90px;
		padding-top: 7px;
		padding-bottom: 30px;
		width: 272px;
		color: white;
	}
	
		#left h2 {
			margin-top: 0;
			margin-bottom: 0;
			margin-right: 10px;
			text-align: right;
			font-size: 15px;
			border-top: 2px solid rgb(0,179,161);
			border-bottom: 2px solid rgb(0,179,161);
			color: white;
		}
		
		#left h3 {
			margin-top: 10px;
			margin-bottom: 5px;
			text-align: center;
			font-size: 13px;
			margin-left: 45px;
			margin-right: 45px;
		}
		
		#left p {
			margin-top: 2px;
			text-align: center;
			font-size: 10px;
			text-transform: uppercase;
			font-weight: bold;
		}
		
		#left .frame {
			margin: 0 auto;
			text-align: center;
			width: 139px;
			min-height: 30px;
			border-right: 4px outset rgb(13,78,255);
			border-bottom: 4px outset rgb(13,78,255);
		}
		
		#left .frame img {
			border: 4px solid white;
			display: block;
		}
		
		#left ul {
			float: left;
			margin-left: -5px;
			margin-top: 20px;
			margin-right: 10px;
			padding-left: 0;
			background-color: transparent;
			font-weight: bold;
		}
		
			#left li {
				margin-left: 6px;
				height: 22px;
				padding-left: 10px;
				list-style-image: url('left_bullet_active.png');
				list-style-position: inside;
				font-variant: small-caps;
				font-size: 14px;
			}
			
			#left li:hover, #left li.active {
				list-style-image: url('left_bullet.png');
			}
			
			#left li a {
				//color: rgb(0,14,235);
				color: white;
				text-decoration: none;
			}
			
			#left li a:hover, #left li.active a {
				//color: rgb(247,209,23);
				color: white;
			}

		#left .frame a {
			position: relative;
		}

		#left .frame a ul {
			display: none;
			position: absolute;
			left: 90px;
			top: -84px;
			width: auto;
			margin: 0;
			padding: 6px;
			list-style: none;
			text-align: left;
			background-color: rgba(255,255,255,0.6);
			z-index: 1;
		}

		#left .frame a:hover ul {
			display: block;
		}

		#left .frame a ul li {
			display: table-cell;
			margin: 0;
			padding: 0;
			height: 69px;
			border-right: 1px outset rgb(13,78,255);
			border-bottom: 1px outset rgb(13,78,255);
		}

		#left .frame a ul li img {
			margin: 0;
			padding: 0;
			border-width: 2px;
		}

		#left span {
			display: block;
			float: right;
			margin-top: 10px;
			margin-right: 10px;
		}

			#left span a {
				font-size: 11px;
				color: white;
				font-weight: bold;
				text-decoration: none;
			}

			#left span a:hover {
				text-decoration: underline;
			}
		
	#content {
		position: relative;
		float: right;
		display: inline-block;
		vertical-align: top;
		width: 658px;
		margin-left: 15px;
		margin-right: 20px;
		font-size: 13px;
		margin-bottom: 30px;
	}
	
	
		#content .back {
			display: block;
			position: absolute;
			top: 8px;
			right: 0;
			cursor: pointer;
			margin-top: 10px;
			background-image: url('button.png');
			background-color: transparent;
			border: none;
			color: white;
			width: 112px;
			height: 21px;
			padding-left: 28px;
			padding-top: 5px;
			font-weight: bold;
			font-style: normal;
		}
	
		#content .sample {
			list-style: none;
			width: 650px;
			padding: 0;
			margin: 0 auto;
		}
		
			#content .sample li {
				display: inline-table;
				width: 155px;
				height: 195px;
				margin-bottom: 15px;
				border: 2px solid rgb(103, 166, 214);
				background-color: white;
			}
			
				#content .sample img {
					display: block;
					max-width: 140px;
					max-height: 140px;
					margin: 5px auto;
					border: none;
				}
			
				#content .sample strong {
					display: block;
					text-align: center;
					font-weight: normal;
					width: 140px;
					margin: 0 auto;
				}
	
		#submenu {
			margin-left: 0;
			margin-top: 8px;
			padding: 0;
			width: 660px;
			height: 34px;
			background-image: url('submenu.png');
			border: 6px solid white;
		}
		
			#submenu li {
				float: left;
				width: auto;
				margin: 10px;
				padding: 0;
				list-style-image: url('left_bullet_active.png');
				list-style-position: inside;
			}
			
			#submenu li:hover, #submenu li.active {
				list-style-image: url('menu_bullet_active.png');
			}
			
				#submenu li a {
					color: rgb(195,192,230);
					font-style: normal;
					text-decoration: none;
					font-variant: small-caps;
					font-weight: bold;
				}
				
				#submenu li a:hover, #submenu li.active a {
					color: white;
					text-decoration: none;
				}
	
		#content h2 {
			margin-top: 10px;
			border-top: 2px solid rgb(0,179,161);
			border-bottom: 2px solid rgb(0,179,161);
			font-size: 15px;
		}

		#content h2.title {
			display: block;
			border: none;
			margin: 15px auto;
		}

		#content h2.equipos.title {
			width: 382px;
			height: 55px;
			background-image: url('equipos_title.png');
		}

		#content h2.insumos.title {
			width: 316px;
			height: 80px;
			background-image: url('insumos_title.png');
		}

		#content h2.equipos.title.front {
			width: 375px;
			height: 54px;
			margin-top: 25px;
			background-image: url('equipos_front.png');
		}

		#content h2.insumos.title.front {
			width: 378px;
			height: 98px;
			margin-top: 25px;
			background-image: url('insumos_front.png');
		}

			#content h2.title span {
				display: none;
			}

		#content blockquote {
			font-style: italic;
		}
		
		#content h3 {
			font-size: 13px;
		}
		
		#content h3.clear {
			clear: both;
		}
		
		#content p.message {
			margin-bottom: -50px;
		}

		#content div.date {
			display: block;
			text-align: right;
		}
		
		#content .frame.equipos, #content .frame {
			float: left;
			border-right: 4px outset rgb(225,226,229);
			border-bottom: 4px outset rgb(225,226,229);
			border-left: none;
			border-top: none;
			margin-right: 10px;
			margin-bottom: 8px;
			margin-left: 0;
			margin-top: 0;
		}
		
		#content .frame.insumos {
			float: right;
			border-left: 4px inset rgb(225,226,229);
			border-bottom: 4px outset rgb(225,226,229);
			border-right: none;
			border-top: none;
			margin-left: 10px;
			margin-bottom: 8px;
			margin-left: 0px;
			margin-top: 0px;
		}
		
		#content .frame.equipos img, #content .frame img {
			border-right: 4px solid white;
			border-bottom: 2px solid white;
			border-left: none;
			border-top: none;
		}
		
		#content .frame.insumos img {
			border-left: 4px solid white;
			border-bottom: 2px solid white;
			border-right: none;
			border-top: none;
		}

		#content ul.more {
			display: block;
			clear: both;
			list-style: none;
			margin: 0;
			padding: 25px 0 0 0;
			text-align: right;
		}

		#content ul.more li {
			display: inline-block;
			border-right: 2px outset rgb(225,226,229);
			border-bottom: 2px outset rgb(225,226,229);
			margin-left: 20px;
			margin-top: 0px;
		}
		
		#content a {
			font-style: italic;
			text-decoration: none;
			color: rgb(0,14,120);
			font-weight: bold;
		}
		
		#content a:hover {
			text-decoration: underline;
		}

		#content ul {
			list-style-position: inside;
		}

			#content li a {
				font-style: normal;
			}

		#content .pdf {
			display: block;
			float: right;
			width: 110px;
			height: 54px;
			padding-left: 70px;
			padding-top: 10px;
			margin-top: 10px;
			margin-bottom: 20px;
			background-image: url('pdf.png');
			background-position: left top;
			background-repeat: no-repeat;
			
		}
		
		#content form {
			clear: both;
		}

		#content form h3 {
			clear: both;
			display: block;
			border: none;
			font-weight: bold;
			font-size: 12px;
			background-image: url('legend.png');
			color: white;
			width: 200px;
			height: 13px;
			padding: 2px 15px 4px 15px;
			margin-top: 80px;
		}

		#content form div {
			clear: both;
			margin-bottom: 40px;
			border-right: 3px outset rgb(225,226,229);
			border-bottom: 3px outset rgb(225,226,229);
			border-left: 1px inset rgb(225,226,229);
			border-top: 1px inset rgb(225,226,229);
			padding: 15px;
			height: 280px;
		}

			#content label {
				display: block;
				min-height: 30px;
				clear: both;
			}

				#content span {
					display: block;
					float: left;
					width: 120px;
					height: 17px;
				}

				#content input, #content textarea {
					float: right;
					width: 500px;
					border: 1px inset rgb(225,226,229);
					background-color: transparent;
					color: black;
					font-family: inherit;
					font-size: inherit;
				}

				#content input:focus, #content textarea:focus {
					background-color: rgb(104,112,175);
					color: white;
				}

				#content input {
					height: 17px;
				}

				#content textarea {
					height: 80px;
				}

				#content button {
					clear: both;
					float: right;
					cursor: pointer;
					margin-top: 10px;
					background-image: url('button.png');
					background-color: transparent;
					border: none;
					color: white;
					width: 140px;
					height: 26px;
					font-weight: bold;
				}
		
	#slider {
		margin: 0;
		padding: 0;
	}