@charset "utf-8";
*{margin: 0; 
	padding: 0;}
body {	
	color: #000000;
	background-color: #fbf8e4;
	background-image: url(../images/../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img{
	border: 0px;	
	border-style: none;	
}
a {
	color: #0db512;
	font-size: 12px;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_panel.jpg);
	background-position: center 125px;
	background-repeat: no-repeat;
	min-height: 600px;
}

.header {
	background-image: url(../images/bg_panel.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
	height: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
.header h1 {
	margin: 0;
	color: #A9411E;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 184px;
	width: 207px;
	position: absolute;
	text-indent: -1000px;
	overflow: hidden;
}
.mainContent {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 35px;
	font-size: 12px;
	color: #4d3811;
}
.mainContent h1{
	color: #e73b13;
	font-size: 20px;
	margin-bottom: 10px;
}
.mainContent h2{
	color: #e73b13;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
}
.mainContent h2 .titulo{
	color: #e96f50;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height:22px;
}
.mainContent h2 a.titulo:hover{ text-decoration:underline;}
.mainContent h3{
	color: #4d3811;
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.mainContent p {
	margin-bottom: 10px;
	line-height: 18px;
}

.floatLeft { float: left; }
.floatRight { float: right; }


.clear { clear: both; }
.ancho1 {
	width: 280px;
	padding-right: 15px;
}
.ancho2 {
	width: 580px;
	padding-right: 20px;
}

.menuSup {
	position: absolute;
	margin-top: 95px;
	margin-left: 220px;
	color: #FDF9ED;
	line-height: 30px;
}
.menuSup a {
	color: #FDF9ED;
	text-decoration: none;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	padding-top: 4px;
	padding-bottom: 8px;
}
.menuSup a:hover { background-color: #b8684f; 
}
.footer {
	background-image: url(../images/bg_pie.jpg);
	background-repeat: repeat-x;
	height: 70px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	text-align: center;
	color: #4D3811;
	position: relative;
}


.footer a {
	color: #4d3811;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 11px;
}


.footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
	color: #9E7A25;
}
.footer .frase {
	height: 69px;
	width: 273px;
	position: absolute;
	left: 10px;
	background-image: url(../images/frase.png);
	top: -2px;
}
.inputs {
	border: 1px solid #d7ceb9;
	font-family: Arial, Helvetica, sans-serif;
	color: #A97B25;
	font-size: 12px;
	padding: 2px;
}
label {
	color: #a93f1b;
	font-size: 12px;
}
.boton {
	color: #FFF;
	background-image: url(../images/boton.png);
	background-position: center center;
	width: 97px;
	cursor: pointer;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: transparent;
	overflow: visible;
}
.boton3 {
	color: #FFF;
	background-image: url(../images/boton3.png);
	background-position: center center;
	width: 97px;
	cursor: pointer;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: transparent;
	overflow: visible;
}
.boton2 {
	color: #FFF;
	background-image: url(../images/boton2.png);
	background-position: center center;
	width: 61px;
	cursor: pointer;
	background-repeat: no-repeat;
	font-size: 11px;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	height: 18px;
}

.loginBox {
	position: absolute;
	right: 8px;
	top: 5px;
	width: 330px;
}
.loginBox a {
	text-decoration: none;
	letter-spacing: 0px;
}
input[type=checkbox] {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 13px;
	width: 13px;
}
.logueado .username { color: #db5122; 
}
.logueado {
	font-size: 14px;
	text-align: right;
	line-height: 30px;
	margin-top: 15px;
}
.search {
	position: absolute;
	color: #6E3811;
	background-color: #e9e4c4;
	bottom: -20px;
	right: 20px;
	width: auto;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 10px;
	height: 31px;
	line-height: 31px;
}
.search a {
	color: #4D3811;
	font-size: 13px;
	text-decoration: none;
	padding-right: 24px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: right center;
}
.search a.cart { background-image: url(../images/cart.jpg); }
.search a.myaccount { background-image: url(../images/user.jpg); }
.search label {
	font-size: 13px;
	color: #A97B25;
}
.search a:hover { text-decoration:underline;}
.search .searchButton {
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 20px;
	display: block;
	position: absolute;
	text-indent: -1000px;
	overflow: hidden;
	z-index: 100;
	padding: 0px;
	left: 185px;
	top: 8px;
	margin: 0px;
	background-position: right top;
	background-color: #FFF;
}
.search .inputs { padding-right: 25px; }
.search .leftside {
	background-image: url(../images/search_left.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 8px;
	position: absolute;
	left: -8px;
	top:0px;
}
.search .rightside {
	background-image: url(../images/search_right.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 8px;
	position: absolute;
	right: -8px;
	top:0px;
}

.borde  img{
	border: 4px solid #ebd395;
	cursor: pointer;
}
a.more {
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	text-decoration: none;
	line-height: 14px;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.smallText { font-size: 11px; }
.orderOnline {
	margin-right: -15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/OrOn_body.png);
	background-repeat: repeat-y;
	background-image: url(../images/OrOn_body.png);
	background-position: 0px 50px;
	margin-bottom: 40px;
	border: transparent;
	position: relative;
	overflow: visible;
	float: right;
	width: 280px;
	margin-top: 54px;
}
.orderOnline .thumb {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	width:123px;/*nuevo leandro*/
}
.orderOnline .thumb strong {
	display: table-cell;
	color: #d3950b;
	width: 122px;
	height: 32px;
	overflow: hidden;
	vertical-align: bottom;
	/*line-height: 20px;*//*nuevo leandro*/
}
.orderOnline .thumb  img {
	border: 1px solid #8E6D31;
	padding: 1px;
}
.Ofoot {
	clear: both;
	background-image: url(../images/OrOn_foot.png);
	height: 28px;
	position: relative;
	background-repeat: no-repeat;
	left: 0px;
	bottom: -28px;
	clip: rect(auto,auto,auto,-15px);
	margin-left: -15px;
	margin-right: -15px;
	width: 298px;
}
h1.order {
	background-image: url(../images/OrOn_head.png);
	display: block;
	height: 34px;
	width: 298px;
	text-align: center;
	padding-top: 20px;
	position: absolute;
	left: 0px;
	top: -54px;
	color: #d3950b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.listado {
	margin-left: 20px;
	position: relative;
	padding-right: -10px;
	width: 505px;
	float: left;
}
.listado .thumbList {
	width: 160px;
	float: left;
	margin-right: 7px;
	height: 280px;
	margin-bottom: 7px;
}
.listado .thumbList p {
	font-size: 11px;
	line-height: 17px;
	display: block;
	height: 50px;
	overflow: hidden;
}
.listado .thumbList img {
	padding: 1px;
	border: 1px solid #FFF;
	margin-bottom: 4px;
}
.thumbList .titulo {
	text-decoration: none;
	color: #4d3811;
	font-weight: bold;
}
.thumbList span {
	color: #0DB512;
	font-size: 14px;
}
h2.yellow { color: #d1950b; }
.paged { line-height: 25px; 
}

.paged a {
	background-color: #E9E4C4;
	color: #6A5A33;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #D5CC8C;
}
.paged a:hover, .paged .selected {
	background-color:#D5CC8C;
	color: #FFF;
}
.paged .previus {
	background-image: url(../images/prev.gif);
	background-position: 2px center;
	padding-left: 12px;
	background-repeat: no-repeat;
}
.paged .next {
	background-image: url(../images/next.gif);
	background-position: 32px center;
	padding-right: 12px;
	background-repeat: no-repeat;
}
h2.cattitle {
	line-height: 25px;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: -25px;
	width: auto;
}
.shopinCart {
	width: 180px;
	float: left;
	margin-left: 10px;
	font-size: 11px;
}
.shopinCart .prod {
	text-decoration: none;
	font-size: 11px;
	color: #4D3811;
}
.shopinCart .price { color: #3EB513; }
.shopinCart .subhead {
	font-size: 10px;
	color: #C59B46;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F7F0DD;
}
.shopinCart td {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E4C4;
}
.shopinCart tfoot {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/shopcart_foot.png);
	background-repeat: no-repeat;
}
.shopinCart tfoot a {
	color: #D5980B;
	text-decoration: none;
	font-size: 10px;
}
.shopinCart tfoot td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-image: transparent !important;
}
.shopinCart th {
	background-image: url(../images/shopcart_head.png);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #4E380F;
	text-align: center;
}
h2.cattitle span { color: #F3886D; }
.imagenDescrip {
	border: 1px solid #FFF;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.descrip_prod .price { color: #090; }
.botonAddCart {
	background-image: url(../images/addtoccart.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 100px;
	color: #4D3811;
	text-decoration: none;
	padding-left: 6px;
	line-height: 22px;
	font-weight: bold;
}
.imageLink {
	padding: 1px;
	border: 1px solid #FFF;
	display: block;
}
.imageLink:hover { border-color:#F06F4F; 
}
.event .imageLink, .news .imageLink {
	margin-right: 20px;
	float: left;
}
.event {
	position: relative;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4E7CE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.event h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news {
	position: relative;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4E7CE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news h2 {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #524319;
	font-weight: normal;
}
.news h2 .titulo {
	color: #524319;
	font-weight: bold;
	text-transform: none;
}
.leftbar {
	background-image: url(../images/leftBar_top.png);
	background-repeat: no-repeat;
	padding: 20px;
	width: 255px;
	margin-bottom: 30px;
}
.leftbar h3 {
	display: block;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4E7CE;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform: none;
}

.leftbar .foot {
	background-image: url(../images/leftBar_bottom.png);
	height: 32px;
	position: relative;
	width: 295px;
	margin-bottom: -32px;
	margin-left: -20px;
	margin-right: -20px;
}
.borde {
	padding: 1px;
	border: 1px solid #FFF;
}
table.register { }
.register label {
	font-size: 14px;
	font-weight: bold;
	color: #D85021;
}
table.register td {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.register h2 {
	font-weight: normal;
	color: #D5980B;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5980B;
	font-size: 14px;
	text-transform: none;
}
table.register .separa {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3DECC;
}
.message {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #E9E4C4;
	margin: 10px;
	text-align: center;
	font-size: 14px;
}
.message.error {
	background-color: #FBD2C8;
	color: #E73B13;
	border-top-color: #E73B13;
	border-right-color: #E73B13;
	border-bottom-color: #E73B13;
	border-left-color: #E73B13;
}
.message.ok{
	background-color: #E2F1E0;
	color: #090;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
}
table.cart thead th{
	background-image: url(../images/table_bg.jpg);
	background-repeat: repeat-x;
	height: 19px;
	padding: 3px;
}
table.cart tbody td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBD49E;
	padding: 3px;
}
table.cart tfoot td{
	background-color: #E7E1BD;
	padding: 3px;
}
table.cart tbody tr.dos { background-color: #F8F5E9; }
.resumen { }
.resumen .resumen_articulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F38A70;
}
.resumen .resumen_articulo .tit {
	font-weight: bold;
	color: #E73B13;
}
.resumen .total { color: #E73B13; }
.resumen .resumenTitulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F38A70;
	display: block;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.preferences {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F38A70;
	margin-bottom: 10px;
}
.card_verif {
	position: absolute;
	margin-top: 30px;
	margin-left: 200px;
	border: 1px solid #E9D96B;
}
.botonCarrito1 {
	background-image: url(../images/btncart1.png);
	height: 23px;
	width: 71px;
	text-decoration: none;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
	color: #56431B;
	background-position: center top;
}
.botonCarrito1:hover, .botonCarrito1.selected { background-position: 0px -23px; }
.botonCarrito2 {
	background-image: url(../images/btncart2.png);
	height: 23px;
	width: 111px;
	text-decoration: none;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
	color: #56431B;
	background-position: center top;
}
.botonCarrito2:hover, .botonCarrito2.selected { background-position: 0px -23px; }
.boxes {
	display: block;
	margin-right: 5px;
	width: 180px;
	background-color: #FAFAF1;
	padding: 10px;
	height: 75px;
}
.phone { padding: 10px; }
.marco {
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
}
.about .subtitulo {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about blockquote {
	font-style: oblique;
	font-size: 14px;
}
.about img { margin-bottom: 5px; }
.about .marco em {
	font-weight: bold;
	font-size: 11px;
}
.about p {
	line-height: 22px;
	font-size: 13px;
	margin-bottom: 20px;
}
.orderInfo h2 {
	color: #4C3811;
	margin-bottom: 5px;
}
.orderInfo blockquote {
	font-size: 14px;
	color: #E63A13;
	margin-bottom: 10px;
}
.orderInfo h3 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	color: #E73B13;
}
.cargando {
 font-size: 12px;
 font-weight: bold;
 color: #C1AD1E;
 padding: 10px;
 border: 1px solid #C1AD1E;
 text-align: center;
 position: absolute;
 background-color: #FDFCF4;
 display: none;
}
