body{
  background: #FFFFFF url(img/bg2.jpg) top left repeat-x fixed;
  margin: 0px;
  /*margin-bottom: 50px;*/
  font-family: arial, verdana;
  font-size: 13px;
  color: #444;
}

#zdiv{
    display: none;
    width: 200px;
    height: 200px;
	border: 3px solid #888;

    overflow: hidden;
    position: absolute;
    z-index: 2301;
}
#zimg{
	position: absolute;
}

.revt{
 width: 99%;
 padding: 5px;
 border-bottom: 1px dotted #8EC1C1;
}

.revt a:link{
	color: #336666;
}

.revt small{
	color: #666666;
	float: right;
}


a:link, a:visited, a:active{color: #444;text-decoration: none}
a:hover {
  color: #000;
  text-decoration: underline;
}

.link2:link, .link2:visited, .link2:active{color: #C03314;text-decoration: none; font-weight: bold;}
.link2:hover {
  color: #C03314;
  text-decoration: underline;
  font-weight: bold;
}

input[type='text'], input[type='password'], select, textarea{
	/*border: 1px solid #CCC;*/
	margin: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: content-box;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus{
	border: 1px solid #336666;
}

.menu_top td{
  padding-left: 15px;
}

.menu_top a:link, .menu_top a:visited, .menu_top a:active{color: #FFF;text-decoration: none}
.menu_top a:hover {
  color: #FFF;
  text-decoration: underline;
}

.box_cat{
	display: block;
	float: left;
	width: 47%;
	height: 14px;
	text-align: left;
	padding-left: 13px;
	background: url(img/bullet.gif) no-repeat left 3px;
	margin-bottom: 10px;
}

.queu li{
	font-size: 12px;
	list-style-image: url(img/bullet.gif);
}

.queu li a{
	color: #336666;
	font-weight: bold;
}

.lii b{
	font-size: 14px;
	color: #336666;
	display: block;
	float: left;
	width: 78%;
}

.lii{
	margin-top: 35px;
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	height: 20px;
}

.lii a{
	display:block;
	width: 10%;
	float: left;
	height: 20px;
}

.c_menu{
 	list-style-image: url(img/bullet.gif);
 	padding-left: 20px;
 	margin-left: 0px;
}

/*.c_cat a{
 	/*display: block;
 	background: url(img/btncat.gif) no-repeat;
 	width: 184px;
 	height: 26px;
 	text-align: center;
 	vertical-align: middle;
 	line-height: 26px;
 	color: #FFF;
 	font-weight: bold;
 	margin-bottom: 2px;
 	clear: both;*/
 /*	display: block;
 	width: auto;
 	height: 26px;
 	line-height: 26px;
 	clear: both;
}*/

.c_cat a{
	font-size: 14px;
	display: block;
	height: 26px;
 	line-height: 26px;
 	text-indent: 27px;
 	background: url(img/ccat.gif) no-repeat left;
}

.c_cat a:hover{
	background: url(img/ccato.gif) no-repeat left;
}

.rem{
  background: #FFFF22;
  color: #000000;
}

.rem_cat{
  background: #D8FFC5;
  color: #000000;
}

.req {
    display: list-item;
    list-style-image: url(img/ast.gif);
    list-style-position: inside;
}
.req_sep{
    display: list-item;
    list-style-image: url(img/ast2.gif);
    list-style-position: inside;
}

.req_txt{
	color: #FF0000;
	font-size: 10px;
}

input[type='submit'], button{
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: url(img/btn.gif) repeat-x bottom left;
	color: #FF6F1A;
	font-weight: bold;
}

input[type='submit']:hover, button:hover{
	border-color: #666666;
}

input[type='submit']:active, button:active{
	background-position: top left;
}

.btnbuy{
	background: url(img/comprar.gif) no-repeat top left;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	width: 95px;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
}

.btnplus{
	background: url(img/add2cart.gif) no-repeat top left;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 31px;
	height: 27px;
	font-size: 11px;
}

/*.btn1{
	background: url(img/btn1.gif) no-repeat top left;
	border: 0px;
	color: #FF6F1A;
	font-weight: bold;
	text-align: center;
	width: 95px;
	height: 18px;
	font-size: 11px;
}

.btn_l{
	background: url(img/btn_l.gif) no-repeat top left;
	border: 0px;
	color: #FF6F1A;
	font-weight: bold;
	text-align: center;
	width: 174px;
	height: 22px;
	font-size: 12px;
}

.btn2{
	background: url(img/btn2.gif) no-repeat top left;
	border: 0px;
	color: #FF6F1A;
	font-weight: bold;
	text-align: center;
	width: 69px;
	height: 18px;
	font-size: 11px;
}

.btn3{
	background: url(img/btn3.gif) no-repeat top left;
	border: 0px;
	color: #FF6F1A;
	font-weight: bold;
	text-align: center;
	width: 140px;
	height: 18px;
	font-size: 11px;
}*/

.accinp{
	width: 98%;
	border: 1px solid #CCC;
}

.accinp:focus{
	border: 1px solid #336666;
}


.inpci input[type='text']{
  width: 140px;
  margin-top: 2px;
}

#prev_th{
  position: absolute;
  left: 0px;
  top : 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2000;


}

.prev_td{
  	background: #FFFFFF;
    border-width: 2px;
  	border-style: solid;
  	border-color: #aa3300;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	padding: 30px;
}

.menu_cat{
    background: #FFFFFF;
    width: 200px;
    padding: 0px;
    border-right: 0px solid #8EC1C1;
}

.menu_cat h2{
  /*font-size: 12px;
  font-weight: bold;
  color: #555555;
  padding: 1px;
  margin: 0px;
  margin-bottom: 3px;
  display: block;
  width: 100%;
  background: #F3F3F3;
  border-top: 1px solid #cecece;
  text-align: left;
  text-indent: 10px;*/
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
  display: block;
  width: 200px;
  height: 37px;
  background: url(img/bgh2.gif) no-repeat right bottom;
  border: 0px;
  text-align: left;
  text-indent: 10px;
  line-height: 38px;
}

/*.menu_cat a{
  margin-left: 10px;
}*/

.menu_cat table{
  margin-right: 17px;
  margin-left: 5px;
  width: auto;
}


.lnmenu{
	border: 0px;
	border-top : 1px dotted #669999;
}

.searchbox{
	background: url(img/searchbox.gif) no-repeat right bottom;
	height: 42px;
	padding-bottom: 0px;
	padding-right: 10px;
}

#buscarbox{
	font-size: 16px;
	color : #336666;
	margin: 0px;
	margin-top: 10px;
	width: 190px;
	height: 20px;
	text-indent: 15px;
	background: #FFFFFF url(img/searchtxt.gif) no-repeat left top;
	border: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.searchbox .btnsearch{
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	width: 61px;
	height: 22px;
	border: 0px;
	background: url(img/buscar.gif) no-repeat bottom left;
	line-height: 22px;
	padding: 0px;
}

.sepv{
  height: 300px;
  display:block;
  float: left;
  border: 0px;
  width: 1px;
}

.content{
  background: #FFFFFF;
  padding: 10px;
  padding-top: 5px;
}

.thumb1{
  background: #FFFFFF;
  padding: 1px;
  text-align: center;
}

.thumb1 .tit{
  margin: 0%;
  margin-bottom: 3px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  width: 100%;
  background: #336666;
}

.thumb1 a{
  color: #336666;
}


.precio{
  color: #6E1212;
}

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

.pante{
  color: #666666;
  text-decoration: line-through;
  font-weight: normal;
  font-size:12px;
}

.pante small{
  color: #666666;
  font-size: 8px;
}

.precio_u{
  color: #777;
}

/*.tit_line{
  text-align: left;
  background: #f3f3f3;
  border-top: 1px solid #cecece;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  height: 21px;
}*/

.tit_line{
  text-align: left;
  text-indent: 10px;
  background: url(img/top_cat.gif) no-repeat;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  width: 616px;
  height: 30px;
}

.dl{
	width: 10px;
	/*background: #FFFFFF url(img/dleft.gif) no-repeat top right;*/
}
.dr{
	width: 10px;
	/*background: #FFFFFF url(img/drigh.gif) no-repeat top left;*/
}
/*.db{border-bottom: 1px solid #cecece;padding-bottom: 5px;}*/
.db{border-bottom: 0px solid #cecece;padding: 10px;}
.dsep{
	border-left: 1px dotted #8EC1C1;
	/*border-bottom: 1px solid #cecece;*/
	width: 2px;
	font-size: 8px;
}

.nr_on{
	background: url(img/nr_on.gif) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	border: 0px;
	text-align:center;
	display:block;
	margin-left: 3px;
	float: left;
	font-weight: bold;
	padding-top: 2px;
	color: #FFFFFF;
}

.nr_off{
	background: url(img/nr_off.gif) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	border: 0px;
	text-align:center;
	display:block;
	margin-left: 3px;
	float: left;
	font-weight: bold;
	padding-top: 2px;
	color: #999;
}

.bpl{
	background: url(img/bpl.gif) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	border: 0px;
	text-align:center;
	display:block;
	margin-right: 3px;
	float: right;
	padding-top: 2px;
}

.bpa{
	background: url(img/bpa.gif) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	border: 0px;
	text-align:center;
	display:block;
	margin-right: 3px;
	float: right;
	padding-top: 2px;
}

.msg{
	margin: 30px;
	margin-left: 130px;
	margin-right: 130px;
	display: block;
	width: auto;
	border: 1px solid #D89400;
	background: #FFFCE5;
	text-align: center;
	padding: 5px;
}


.msg_err{
	margin: 30px;
	margin-left: 130px;
	margin-right: 130px;
	display: block;
	width: auto;
	border: 1px solid #D80000;
	background: #FFE5E5;
	text-align: center;
	padding: 5px;
	color: #930000;
}

.faq_tit{
	list-style: circle;
	margin-top: 10px;
}

.faq_res{
	display:none;
	margin-top: 5px;
	margin-bottom: 15px;
}

.faq_ul{
	margin-left: 20px;
}

#ipago h4{
	width: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	text-indent: 10px;
}

.dbl{
	width: 100%;
	height: auto;
	overflow: auto;
	display: none;
}

.form2{
	border: 0px;
	margin-top: 30px;
}

.form2 th{
	border-bottom: 2px solid #8EC1C1;
	border-right: 1px solid #8EC1C1;
}

.form2 tr:hover{
	background: #ddd;
}

.form2 th{
	background: #FFF;
}

.icon:hover{
	text-decoration: none;
}

.formr th{
	text-align: left;
	vertical-align: top;
}

.formr td{
	vertical-align: top;
}

.formr .tht{
	text-align: center;
	background-color: #F3F3F3;
	border-top: 1px solid #CECECE;
}

/* MENU */

#sddm{
	margin: 0;
	padding: 0;
	z-index: 30000
}

#sddm li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: transparent;
	color: #FFF;
	clear: both;
}

#sddm div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #FF6600
}

#sddm div a{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
}
#sddm div a:link,#sddm div a:visited, #sddm div a:active{color: #444;text-decoration: none}
#sddm div a:hover {
  color: #000;
  text-decoration: underline;
}

.boxpromo{
	border-width: 2px;
  	border-style: solid;
  	border-color: #FF6600;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	padding: 20px;
	padding-top : 3px;
	width: 616px;
}

.bpromo{
	border-width: 1px;
  	border-style: dotted;
  	border-color: #ccc;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	padding: 5px;
	width: 576px;
}

.ppromo{
	font-size: 20px;
	line-height: 22px;
	color: #FF6600;
}

.pahorro{
	font-size: 18px;
	line-height: 20px;
	color: #1C8E00;
}

.pventa{
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}
