body { 
	font-family:'Roboto Condensed',Arial,Tahoma,Verdana,Serif;
	font-size:12pt;
	color:#fff;
	margin:0;
	padding:0;
}

a {
	font-weight:bold;
	color:#fc0;
	text-decoration:none;
}
a:hover, a.cur:hover {
	color:#f60;
	text-decoration:underline;
}

img { border:none; }

h1 {
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
}
	h1 a, h1 a:hover { color:#fff !important; }

h2 {
	font-size:1.1em;
	color:#ddd;
	border-bottom:2px #666 dotted;
	margin:0 0 20px 0;
	padding:0 10px 5px 10px;
}

#slideshow, img.bgM {
	min-height:100%;
	min-width:1024px;
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:-9999;
}

#sidebar {
	width:220px;
	min-height:100%;
	height:auto;
	position:fixed;
	top:0;
	left;0;
	background:#335 url(images/sidebar-back.gif) top right repeat;
	margin:0;
	padding:20px 0 0 0;
}
	#sidebar h3 {
		display:block;
		font-size:1em;
		text-align:center;
		color:#ddd;
		background:#600;
		margin:20px 0 10px 0;
		padding:5px;
	}
#sidebar ul {
	display:block;
	list-style-type:none;
	font-size:0.95em;
	margin:0;
	padding:0;
}
	#sidebar ul li {
		display:block;
		margin:0;
		padding:0 0 5px 0;
	}
		#sidebar ul li a {
			display:block;
			width:150px;
			height:25px;
			line-height:25px;
			overflow:hidden;
			color:#fff;
			background:transparent url(images/btn-back.png) top left no-repeat;
			margin:0;
			padding:0 0 0 40px;
		}
		#sidebar ul li a.cur {
			color:#fe8 !important;
			background:transparent url(images/bta-back.png) top left no-repeat !important;
		}
		#sidebar ul li a:hover, #sidebar ul li a.cur:hover {
			text-decoration:none !important;
			color:#ddd !important;
			background:transparent url(images/btp-back.png) top left no-repeat !important;
		}
#order {
	text-align:center;
	border:1px #ddd dotted;
	border-top:none;
	margin:-10px 10px 20px 10px;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
}

#mainmenu, #content, #footer {
	display:block;
	width:680px;
}

#mainmenu {
	width:700px;
	height:30px;
	overflow:hidden;
	list-style-type:none;
	background:#a00 url(images/menu-back.gif) top center repeat-x;
	margin:20px 0 20px 220px;
	padding:0 0 0 40px;
	border-radius:0 15px 15px 0;
	-ms-border-radius:0 15px 15px 0;
}
	#mainmenu li {
		display:inline-block;
		margin:0;
		padding:0;
	}
		#mainmenu li a {
			display:block;
			height:30px;
			line-height:30px;
			border-left:1px #aaa dotted;
			border-right:1px #333 solid;
			margin:0 -1px 0 -2px;
			padding:0 15px;
		}
		#mainmenu li a.cur {
			color:#fff;
			background:#006 url(images/menu-a-back.gif) top center repeat-x;
		}
		#mainmenu li a:hover, #mainmenu li a.cur:hover {
			text-decoration:none;
			color:#ccc;
			background:#333 url(images/menu-p-back.gif) top center repeat-x;
			border-left:1px #333 solid;
			border-right:1px #aaa dotted;
		}


#content {
	background:#0f183b;
	margin:20px 0 0 240px;
	padding:10px 20px;
	/* opacity:0.3; */
	background:rgb(15, 24, 59) transparent;
	/* RGBa with 0.3 opacity */
	background:rgba(15, 24, 59, 0.75);
	border-radius:20px 20px 0 0;
	-ms-border-radius:20px 20px 0 0;
}

#content-notes {
	text-align:center;
	border-top:2px #666 dotted;
	margin:20px 0 0 0;
	padding:5px 10px 0 10px;
}

#footer {
	font-size:0.95em;
	text-align:center;
	background:#888;
	margin:0 0 20px 240px;
	padding:10px 20px;
	border-radius:0 0 20px 20px;
	-ms-border-radius:0 0 20px 20px;
}
	#footer h3 { display:none; }
	#footer ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
		#footer ul li {
			display:inline;
			margin:0;
			padding:3px 10px;
		}
	#footer a { color:#038 !important; }
.user-data {
	margin:5px 10px 0 10px;
	padding-top:5px;
	border-top:1px #557 dotted;
}
	.user-data div {
		display:inline;
		padding:0 10px;
	}

/* ***** Presentación de categorías ***** */
.catpreview {
	width:120px;
	height:90px;
	float:left;
	border:1px #194 solid;
	margin:0 15px 10px 0;
}
.h3cat, #cnt-wrapper h3 {
	font-size:1.1em;
	color:#ccf;
	border-top:2px #006 solid;
	border-bottom:2px #006 solid;
	margin:0 0 5px 0;
	padding:0 10px 3px 10px;
}
.catdesc { margin: 5px 0 10px 0; }
/* ***** Vista previa de productos ***** */
.preview {
	width:200px;
	height:150px;
	overflow:hidden;
	float:left;
	font-size:0.95em;
	text-align:center;
	border:1px #ddd dotted;
	margin:10px;
	padding:5px 0;
	border-radius:20px;
	-ms-border-radius:20px;
}
	.preview img {
		display:block;
		border:1px #194 solid;
		margin:0 auto 5px auto;
	}
/* ***** Presentación de producto ***** */
.fullimg {
	display:block;
	margin:10px auto;
	border:1px #194 solid;
}
.frm10 { margin:10px; }
	.frm10 p { font-size:0.95em; }
/* ********** Tabla de pedidos ********** */
.table-order {
	font-size:0.95em;
	margin:0 auto;
	background:#05a;
}
.table-order th {
	text-align:center;
	color:#008;
	background:#9ae;
	padding:2px 5px;
}
.table-order td {
	background:#fff;
	color:#667;
	padding:1px 3px;
}
.table-order td.number { text-align:right; }
.table-order td.tdcheck { text-align:center; }
.table-order td.subs {
	font-weight:bold;
	text-align:right;
	color:#fff;
	background:#78a;
}
/* ***** Cortes y formularios ***** */
.lfclear { clear:left; }
.rgclear { clear:right; }
.btclear { clear:both; }
.breaker { font-size:0.9em; color:#fff; }

.legend { font-weight: bold; }
.label {
	display:block;
	width: 175px;
	float:left;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
div.help {
	margin-left:185px;
	font-size:0.9em;
	color:#8af;
	padding-bottom:5px;
}
.frmerr { color:#800; }

.intxt, .intxtder {
	font-family:'Roboto Condensed',Arial,Tahoma,Verdana,Serif;
	font-size:0.95em;
	color:#13a;
	background-color:#dde;
	border:1px #25c solid;
	padding:0px 2px 1px 2px;
	margin:2px;
}
.intxtder { text-align:right; }
.button {
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background-color:#25c;
	border-top:1px #68e solid;
	border-left:1px #68e solid;
	border-bottom:1px #138 solid;
	border-right:1px #138 solid;
	padding:2px 10px;
	margin:2px;
}

/* ***** Paginación ***** */
.pages {
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
.pages a {
	padding:1px 5px;
	background-color:#194;
	border:1px #060 solid;
}
.pages a.pcur {
	color:#fff;
	padding:1px 5px;
	background-color:#586;
	border:1px #058 solid;
}
.pages a:hover, .pages a.pcur:hover {
	color:#fff;
	padding:1px 5px;
	background-color:#05a;
	border:1px #006 solid;
}
#copyright {
	display:block;
	width:680px;
	font-size:0.9em;
	text-align:center;
	color:#333;
	margin:0 0 0 240px;
	padding:0;
}
	#copyright a { color:#a00 !important; }