body {
	background-color: white;
	color: #330000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0;
}

a, a:active, a:link, a:visited, a:hover {
	background: inherit;
	color: #552222;
	text-decoration: underline;
}

table {
	border: 0;
}

table th {
	padding: 3px;
	text-align: center;
	background-color: #666;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

table td {
	padding: 3px;
}

td.numero {
	text-align: right;
}

.hr {
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #bbb;
}

#lead_img {
	width: 900px;
	height: 247px;
	overflow: hidden;
	padding-left: 8px;
}

#container {
	margin: 0px auto;
	width: 900px;
}

#header {
	font-size: 3em;
	font-weight: bold;
	padding: 8px;
}

#persona {
	float: right;
	font-size: 12px;
}

#content {
}

.all_cont {
	border: 0;
	width: 100%;
}

.all_cont td {
	vertical-align: top;
}

#footer {
	margin-top: 40px;
	font-size: 0.9em;
	padding: 8px;
	background-color: #cc9999;
	color: white;
	text-align: center;
}

#footer a, #footer a:active, #footer a:hover, #footer a:visited, #footer a:link {
	background: inherit;
	color: white;
}

#menu {
	background-color: #cc9999;
	font-size: 12px;
	height: 48px;
	overflow: hidden;
}

#menu table {
	border-spacing: 0;
	width: 100%;
}

#menu table td {
	font-size: 12px;
	padding: 0px;
	text-align: center;
	background-color: #cc9999;
	background-image: url('imgs/menu_bg.png');
	background-repeat: repeat-x;
	height: 48px;
}

#menu table td.menu_left {
	padding: 0;
	background-image: url('imgs/menu_left.png');
	background-repeat: none;
	width: 19px;
	height: 48px;
	overflow: hidden;
}

#menu table td.menu_right {
	padding: 0;
	background-image: url('imgs/menu_right.png');
	background-repeat: none;
	width: 23px;
	height: 48px;
}

#menu table td.menu_sep {
	padding: 0;
	background-image: url('imgs/menu_separator.png');
	background-repeat: none;
	width: 12px;
	height: 48px;
}

#menu table td a.active, #menu table td a.active:link, #menu table td a.active:hover, #menu table td a.active:visited, #menu table td a.active:active {
	background-image: url('imgs/menu_cell_bg.png');
	background-repeat: repeat;
	color: white;
	text-decoration: underline;
}

#menu table td a, #menu table td a:link, #menu table td a:hover, #menu table td a:visited, #menu table td a:active {
	font-weight: bold;
	text-decoration: none;
	background-image: url('imgs/menu_cell_bg.png');
	background-repeat: repeat;
	color: white;
}

/* Formas */
input {
}

h1 input {
	font-size: 0.8em;
}

/* Info */
.datos, .error, .notice, .success, .info {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

.datos {
	background-color:#fff;
        color:#000;
	border: 1px #bbb dotted;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice, .info {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

#ajaxer {
	border: 2px solid black;
	background-color: white;
	padding: 10px;
	position: fixed;
	top: 0px;
	right: 0px;
	display: none;
	width: 320px;
	height: 240px;
	overflow: auto;
}

#infos {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#loading {
	border: 2px solid black;
	background-color: white;
	padding: 2px;
	position: fixed;
	top: 0px;
	right: 0px;
	display: none;
	width: 18px;
	height: 18px;
	z-index: 100;
}

/* Estilos generales */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 0.8em;
}

.medium {
	font-size: 0.9em;
}

.normal {
	font-size: 1em;
}

.big {
	font-size: 1.2em;
}

.huge {
	font-size: 1.5em;
}

.bold {
	font-weight: bold;
}

/* Floats */
.fright {
	float: right;
}

.fleft {
	float: left;
}

.break {
	float: none;
	clear: both;
}

/* Sidebar */
.sidebar {
	width: 230px;
}

.sidebar_cont {
	border:0;
	width:100%;
}

.sbb {
	font-size: 0;
	padding: 0;
}

.sidebar_tl {
	width: 15px;
	height: 18px;
	background-image: url('imgs/sidebar_tl.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar_tm {
	height: 18px;
	background-image: url('imgs/sidebar_tm.png');
	background-repeat: repeat-x;
	background-position: top left;
}

.sidebar_tr {
	width: 16px;
	height: 18px;
	background-image: url('imgs/sidebar_tr.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar_ml {
	width: 15px;
	background-image: url('imgs/sidebar_ml.png');
	background-repeat: repeat-y;
	background-position: top left;
}

.sidebar_mm {
	background-image: url('imgs/sidebar_mm.png');
	background-repeat: repeat;
	background-position: top left;
}

.sidebar_mr {
	width: 16px;
	background-image: url('imgs/sidebar_mr.png');
	background-repeat: repeat-y;
	background-position: top left;
}

.sidebar_bl {
	width: 15px;
	height: 21px;
	background-image: url('imgs/sidebar_bl.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar_bm {
	height: 21px;
	background-image: url('imgs/sidebar_bm.png');
	background-repeat: repeat-x;
	background-position: top left;
}

.sidebar_br {
	width: 16px;
	height: 21px;
	background-image: url('imgs/sidebar_br.png');
	background-repeat: no-repeat;
	background-position: top left;
}

/* Tienda */
.tienda_cat {
	float: left;
	margin: 20px;
}

.tienda_cat .title {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.tienda_cat .img {
	float: left;
	margin-right: 4px;
}

.cont_tienda {
	width: 100%;
}

.cont_tienda td {
	vertical-align: top;
}

.cont_tienda td.lista_categorias {
	width: 220px;
}

table.producto {
	width: 90%;
	border-spacing: 2;
}

table.producto thead tr {
	background-color: #b8858d;
}

table.producto td {
	width: 33%;
}

table.producto thead td {
	background-color: #b8858d;
	color: white;
	font-weight: bold;
	text-align: center;
}

table.producto tbody td {
	vertical-align: top;
}

table.producto tbody td.img {
	text-align: center;
}

table.producto tbody td.precios {
	text-align: center;
	font-weight: bold;
}

.tienda_cats {
	margin: 5px;
	padding: 5px;
	background-color: #666;
	color: white;
}

.tienda_cats .title {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.tienda_cats a , .tienda_cats a:hover, .tienda_cats a:link, .tienda_cats a:visited, .tienda_cats a:active {
	color: white;
}

.tienda_cats .cat {
	font-size: 11px;
}

.cont_producto {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px;
}

.cont_producto .img_100, .cont_producto .img_50 {
	float: left;
	width: 110px;
	height: 110px;
	text-align: center;
	padding-top: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.cont_producto .img_50 {
	width: 60px;
	height: 60px;
}

.cont_producto .nombre {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.cont_producto .detalle {
	margin-bottom: 10px;
}

.cont_producto .precios .precio {
	float: left;
	width: 35%;
	font-weight: bold;
}

.view_producto .img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.view_producto .precios .precio {
	border-top: 1px solid #330000;
	margin-top: 5px;
	padding-top: 20px;
	float: left;
	width: 35%;
	font-weight: bold;
}

.precio .btn_tienda {
	margin-top: 10px;
}

.precio .btn_tienda a, .precio .btn_tienda a:link, .precio .btn_tienda a:hover, .precio .btn_tienda a:active, .precio .btn_tienda a:visited {
	background-color: #999;
	margin: 3px;
	padding: 6px;
	color: white;
	font-weight: bold;
}

.orden_compra {
	width: 80%;
}

.orden_compra {
	border-spacing: 0;
}

.orden_compra thead td {
	font-weight: bold;
	background-color: #330000;
	color: white;
	font-size: 14px;
	text-align: center;
}

tr.total td {
	font-weight: bold;
	background-color: #ddd;
}

a.lt, a.lt:hover, a.lt:active, a.lt:link, a.lt:visited {
	color: #333;
}