body{
	font-family: Century Gothic;
}

h2{
color: #525252;
font-family: Century Gothic;
font-size: 24px;
}
h3{
color: #525252;
font-family: Century Gothic;
font-size: 16px;
line-height:20px;
}
page_wrap{
	background-color:	#FFF;
	position:absolute;
	height:100%;
	width:100%;
	}
.contentcont{
	background-color:	#FFF;
	background-attachment:scroll;
	background-position:center top;
	min-height:300px;
	width:100%;
	display:block;
	padding-bottom: 25px;}
.clearfloat{
	clear:both;
		min-width:100%;
		display:block;}
.container{
	width:100%;
	margin:0 auto;
	max-width:1024px;}
.hdcontainer{
	background-color:#FFF;
	padding-bottom:10px;
	background-position:center bottom;
	background-repeat:no-repeat;}
.logo{
	height:100px;
	width:380px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;}
.other_head{
	float:right;
	max-width:640px;
	}
.tel{
	font-size: 28px;
color: #46AB31;
font-family: Century Gothic;
margin: 0px 4px;
padding-left:50px;
background-image:url(../images/ico-telefono.jpg);
background-repeat:no-repeat;
height:38px;
line-height:38px;
margin-top:35px;
float:right;
}
.menu_header ul{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	height:40px;
	margin-top:25px;
	margin-bottom:5px;
	border-radius:10px;
	border: 1px solid #76D24B;
	background: #3fa228; 
	float:right;
	/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMzZmEyMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQ3MjE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #3fa228 10%, #147217 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#3fa228), color-stop(100%,#147217)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3fa228 10%,#147217 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3fa228 10%,#147217 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3fa228 10%,#147217 100%); /* IE10+ */
background: linear-gradient(to bottom, #3fa228 10%,#147217 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa228', endColorstr='#147217',GradientType=0 ); /* IE6-8 */
	overflow:hidden;
	}
.menu_header ul li{
	float:left;}
.menu_header ul li a{
	padding:0px;
	text-transform:uppercase;
	line-height:40px;
	list-style:none;
	padding:0px 15px;
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	transition:all 0.2s;
	-moz-transition: color 0.2s; /* Firefox 4 */
	-webkit-transition: color 0.2s; /* Safari and Chrome */
	-o-transition: color 0.2s; /* Opera */}

.menu_header ul li a:hover{
	background-color:#060;}
.footer_cont{
	background: url('../images/bg_footer.png');
	background-repeat:repeat-x;
	background-position:center 100px;
	background-color:#000;
}
.footer{
	min-height: 140px;
	color:#FFF;}
.col{
	float:left;
	width:40%;
	display:block;
	padding:5%;
	min-width:200px;
	}
.prods_block,.cat_block,.prod_chart{
	padding-top:20px;
	float:left;
	width:80%;
}
.prod_box,.cat_box{
	
	margin:11px;
	
	float:left;
	width:140px;
}
.prod_name,.cat_name{
	height:50px;
	color: #525252;
	font-family: Century Gothic;
	font-size:12px;
	padding-top:10px;
	text-transform:uppercase;
}
.thumb{
	width:140px;
	height:140px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
transition:all 0.2s ease-in-out;
}
.thumb:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 1);
}
.leftbar{
	float: left;
width: 20%;
min-height: 500px;
margin-top: 25px;
margin-right: 0;}
.titlemenu{
border-bottom-color: #CCC;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #000;
display: block;
font-family: Century Gothic;
font-size: 14px;
padding: 10px;
text-align:left;
text-decoration: none;
	
}
 ul.catmenu{
	text-align:left;
	margin:0px;
	padding:0px;
	font-family: Century Gothic;
	}
 ul.catmenu ul{
	position:relative;
	left:218px;
	top:-33px;
	background-color:#FFF;
	z-index:9999;
	height:0px;
	overflow:visible;
	display:none;
	}
 ul.catmenu ul li{
	background-color:#FFF;}
ul.catmenu li{
	
	
	}
ul.catmenu li a{
	display:block;
	text-decoration:none;
	color:#000;
	padding:10px;
	
	margin-left:0px;
	font-size:12px;
	border-bottom:#CCC 1px solid;
	list-style:none;
	
	margin-left:0px;
	}
ul.catmenu ul li a{
	padding-left:30px;
	}
ul.catmenu ul li a{
	font-size:12px;}
ul.catmenu li a.actual ,ul.catmenu li a:hover{
	background-color: #CCC;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
ul.catmenu li a:hover{}

.big_img{
		display:none;}
	
	
	.img_thumb:hover{
		-moz-box-shadow: 0px 0px 4px #222222;
	-webkit-box-shadow: 0 0 4px #222222;
	box-shadow: 0 0 4px #222222;
		}
	.img_thumb{
	-moz-box-shadow: 0px 0px 2px #9B9B9B;
	-webkit-box-shadow: 0 0 2px #9B9B9B;
	box-shadow: 0 0 2px #9B9B9B;
		float:left;
		margin: 5px 4px;
		cursor:pointer;
		transition:all ease-in-out 0.2s;
		float:left;
		width:90px !important;
		height:90px;
		border:5px solid #fff;
		overflow:hidden;
		background-position:center center;
		background-repeat:no-repeat;
		background-color:#fff;
		}
.thumb_container{
		clear:both;
		margin-top:10px;
		float:left;
		}
#big_img_show{
	-moz-box-shadow: 0px 0px 2px #9B9B9B;
	-webkit-box-shadow: 0 0 2px #9B9B9B;
	box-shadow: 0 0 2px #9B9B9B;
		width:350px;
		height:350px;
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center center;
		float:left;
		position:relative;
		background-color:#fff;
		}
.zoom_img{
	width:350px;
		height:350px;
		
		
}
.zoom_img:hover{
	background-color:#fff;
}
.galery{
		padding:15px;
		width:350px;
		float:left;
		}
.next{
	cursor:pointer;
	float:left;
	width:13px;
	height:140px;
	background-image:url(../images/next.png);
	background-position: center center;
	}
.next:hover{
	background-image:url(../images/next_h.png);
	}
	.prev{
		cursor:pointer;
		float:left;
	width:13px;
	height:140px;
	background-image:url(../images/prev.png);
	background-position: center center;}
	.prev:hover{
	background-image:url(../images/prev_h.png);	
		}
.prod_details{
	float: right;
max-width: 330px;
padding-top: 10px;
font-family: 'Century Gothic';
font-size: 14px;
min-width:320px;
}
.desc{
	line-height: 22px;
	margin-top:20px;
}
.prod_colors,.prod_size,.form_cot{
	margin-top:20px;
}
.btn_mascant{
	display:block;
	border:1px solid #CCC;
	padding:3px;
	float:right;
	font-size:12px;
	cursor:pointer;
	margin-bottom:5px;
}
.btn_sndAddCot{
	display:block;
	border:1px solid #CCC;
	padding:3px;
	float:right;
	font-size:12px;
	cursor:pointer;
}
.ad_cant{
	margin-bottom:10px;
}
.ad_cant input[type=number]{
	margin:0px;
	padding:0px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-left:-5px;
	width:100%;
	margin-bottom:5px;
}
.tit_form_cot{
	background-color: #3EAA36;
padding: 5px;
color: #FFF;
display: block;
height: 25px;
font-size: 19px;
padding-left: 10px;
line-height: 25px;
	
}
.form_cot{
	-moz-box-shadow: 0px 0px 2px #9B9B9B;
	-webkit-box-shadow: 0 0 2px #9B9B9B;
	box-shadow: 0 0 2px #9B9B9B;
	
	
}
#prod_cot{
	padding:10px;
	background-color:#fff;
}
.cot_cart{
	background-image:url(../images/cart.png);
	background-position:10px center;
	height:25px;
	width:120px;
	float:right;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-top:10px;
	font-size:11px;
	font-family: Century Gothic;
	overflow:visible;
	position:relative;
	opacity:0.5;
	transition:all 0.3s ease-in-out;
	cursor:pointer;
}
.cot_cart:hover{
	opacity:1;
}
.cot_cart_minidesc{
	display:none;
	position:absolute;
	top:25px;
	left:0px;
	width:155px;
	-moz-box-shadow: 0px 0px 2px #9B9B9B;
	-webkit-box-shadow: 0 0 2px #9B9B9B;
	box-shadow: 0 0 2px #9B9B9B;
	background-color:#fff;
}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container { color:#bbb; background-color:#fff; border:0px; padding:0px;}
#simplemodal-container .simplemodal-data {}
#simplemodal-container code {background:#fff; display:block; margin-bottom:12px; }
#simplemodal-container a {color:#bbb;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:0px; right:0px; cursor:pointer;}
#simplemodal-container h3 {color:#bbb;}

.add_cart{
	display:none;
	position:absolute;
	width:150px;
	padding:50px;
	background-color:#fff;
	z-index:999;
	border:2px solid #3EAA36;
}
.search_field{
margin-left:30px;
margin-top: 3px;
margin-right: 10px;
border-radius: 4px;
border: 0px none;
line-height: 24px;
padding: 5px;
width: 200px;
background-color: #fff;
}
#s{
	border:none;
	float:left;
	width:150px;
	height: 22px;
	line-height:22px;
	
}
#snd_src{
	float: right;
width: 25px;
position:relative;
height: 25px;
	
}
.src_btn{
width: 25px;
background: url('../images/bg_search.png') no-repeat scroll 0% 0% #fff;
height: 25px;
position:absolute;	
top:0px;
z-index:3;
}
.loading_sc{
	display:none;
width: 25px;
background: url('../images/ajax-loader.gif') no-repeat #fff;
background-position:center center;
height: 25px;
position:absolute;	
top:0px;
z-index:5;
}
.close_sc{
	display:none;
width: 25px;
background: url('../images/x.png') no-repeat #fff;
background-position:center center;
height: 25px;
position:absolute;	
top:0px;
z-index:4;
}
.res_cont{
	position: relative;
width: 50%;
height: 0px;
overflow: visible;
top: -4px;
z-index: 99;
margin-left: 50%;


}
.res{
	width:100%;
	background-color:#fff;
	-moz-box-shadow: 0px 0px 2px #9B9B9B;
	-webkit-box-shadow: 0 0 2px #9B9B9B;
	box-shadow: 0 0 2px #9B9B9B;
	transition:all 0.2s ease-in-out;
	max-height:400px;
overflow-y:auto;
}
.res h3{
	font-size:15px;
	text-align:right;
	padding-right:10px;
	border-bottom:1px solid #ccc;
}
.res_row{
	
}
.res_row a{
	padding:10px;
	border-bottom:1px solid #ccc;
	display:block;
	text-decoration:none;
	color:#525252;
}
.res_row a:hover{
	padding:10px;
	border-bottom:1px solid #ccc;
	display:block;
	text-decoration:none;
	background-color:#3EAA36;
	color:#fff;
}
.save_img{
	cursor:pointer;
	font-size:12px;
	padding:5px;
	width:100%;
	max-width:100px;
}
.tooltip {
    display:none;
    background:transparent url(../images/green_tooltip.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#525252;
  }
 .nav_prods{
 
 float:right;}
 .nav_prods a{
padding: 5px;
color: #525252;
text-decoration: none;
display: block;
float: left;
margin-top: 10px;
border: 1px solid;
margin-left: 7px;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 10px;
}
.snd_cot,.snd_d_cot{
display: block;
padding: 10px;
background-color: rgb(70, 171, 49);
width: 135px;
color: #fff;
float: right;
cursor: pointer;
}
.producto{
padding-top:5px;
margin-bottom:5px;
border-bottom:1px solid #3EAA36;
}
.p_id,.p_name,.p_image,.p_cant,.p_color,.p_print{
float:left;
width:122px;
padding:5px;
padding-top:10px;
}
.selected_titles{
background-color:#46AB31;
color:#fff;}
.del{
float:left;

display:block;
background-image:url(../images/del.png);
padding-left:40px;
background-repeat:no-repeat;
background-position:left center;
cursor:pointer;
min-height:28px;
padding-top:10px;
}
.loading{
	width:100%;
	height:100%;
	background-image:url(../images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.frm_container{
max-width: 345px;
display:block;
margin:0 auto;
margin-top: 20px;
border: 1px solid #ACAAAA;
padding: 20px;
}
#frm_cot label{
display: block;
margin-bottom: 10px;
float: right;
padding: 5px;
}
.btn_cont{
	background-color:#000;}
.btn_f{
	float:left;
	display:block;
	height:100px;
	background-color:#000;
	background-position:center center;
	background-repeat:no-repeat;
	transition:all ease-in-out 0.3s;
	}
.btn_f:hover, .btn_f.act{
	background-color:#3EAA36;}
.btn_ih{
	width:100px;
	background-image:url(../images/ihlogo.png);}
.btn_ip{
	width:230px;
	background-image:url(../images/ideasprologo.png);}
.btn_p{
	width:177px;
	background-image:url(../images/pendriveslogo.png);}
.btn_vp{
	width:176px;
	background-image:url(../images/vplogo.png);}
.btn_wk{
	width:150px;
	background-image:url(../images/wklogo.png);}
.btn_ads{
	width:191px;
	background-image:url(../images/adlogo.png);}
.botoneras a img{
	max-width:197px;
	margin:0 auto;}
.botoneras p{
	text-align: center;
padding-top: 42px;
display: block;
line-height: 4px;
	}


	