.mntipneg{
	position:relative;
	padding:0px;
	border:0px solid gray;
	margin-bottom:0px;
	width:auto;
	height: auto;
	overflow: hidden;
	margin-top:10px;	
}	
.mntipnegcua{
	padding:0px;
	border:1px solid orange;
	margin:3px;
	width:60px;
	height:90px;
	text-align:center;
	float:left;
	cursor:pointer; cursor: hand;
/*	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
*/
}
.mntipnegcua:hover{
border:1px solid red;
/*
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
*/
}
.mntipnegcuadivimg{
	//display:block;
	position:relative;
	display: table-cell;
	text-align:center;
	width:50px;
	height:50px;
	border:0px solid green;
}
.mntipnegcuaimg{
width:90%;
height:90%;
border:0px solid red;
}
.mntipnegcuatext{
position:relative; 
	font-family:Dosis,Arial;
	font-size:12px;
	border:0px solid gray;
	height:40px;
	width:100%;
	text-align:center;
	color:#BC2C2C;
}
.mntipnegcuatext:hover{
color:red;
}

.myiteminfoleft{
float:left;
padding:10px;
color:#fff;
min-height:400px;
width:470px;
margin:5px;
background:#fff;
border:1px solid black;
}

.myiteminforight{
float:left;
padding:10px;
color:#fff;
width:350px;
margin:5px;
background:#fff;
border:1px solid gray;
min-height:400px;
}
.myitemtxtbusq{
height:60px;
width:100%;
border:1px solid blue;
margin-top:10px;
margin-bottom:10px;
padding-top:10px;
}
.cssOferta{
  width:80px;
  height:40px;
  position:absolute;
  background:red;
  color: white;
  font-size: 11px;
  //padding-top:30px;
  text-align: center;
  text-transform: uppercase;
  //float:center;
  z-index:105px;
  margin:-1px auto;
   opacity:.70;
 -moz-opacity: 0.75;
 filter: alpha(opacity=75); 
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.cssCupon{
  width:50px;
  height: 35px;
  position:absolute;
  text-align: center;
  font-family:Arial;
  font-size:15px;
  vertical-align: middle;  
  background:#FE8137;
  color: white;
  text-transform: uppercase;
  z-index:105px;
  margin:10px auto;
  padding-top:15px;
  margin-left:15px;
 filter: alpha(opacity=75); 
 border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
/*.cssOferta:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  z-index:103px;
}
*/

 .myitemlistadeseos{
 width:100%;
 margin:0 auto;
 text-align:center;
 border:1px solid #CCCCCCCC;
 //padding-top:4px;
 color:white; 
 font:13px Dosis,Arial, sans-serif; 
 height:18px;
 //background-color:#FF7519;
 background-color:orange;
 text-transform:uppercase;
cursor:pointer;
cursor: hand;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid gray;
 }
 .myitemlistadeseos:hover{
 color:blue; 
 }
 
 .listadeseospeque{
 width:90%;
 margin:0 auto;
 text-align:center;
 border:1px solid #CCCCCCCC;
 //padding-top:15px;
 color:white; 
 font:13px Dosis,Arial, sans-serif; 
 height:18px;
 //background-color:#FF7519;
 background-color:#BA0000;
 text-transform:uppercase;
cursor:pointer;
cursor: hand;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid gray;
 }
.listadeseospeque:hover{
  color:yellow; 
  }
  
/*  Slide */  
 .myitemtipprod {
	width:145px;
	//background-color: #DBDBDB;
	padding:1px;
	margin-right:1px; 
	margin-top:5px; 
	float:left;
	border-radius:1em;
	//border:1px solid gray;
	text-align:center;
	height:auto
}
.myboxdeslicetippro{
height:130px;
//border:1px solid orange;
width:95%;
}
.myitemtipprodtitulo{
	display: table-cell;
	border:0px solid red;
	text-align: center;
	font:19px 'Dosis',Arial, sans-serif; 
	height:40px;
	width:143px;
	color:black;
	vertical-align:top;
	
 }
 
 .myitemtipprodtitulo a{
  color:green;
  text-decoration: none;
 }
 .myitemtipprodtitulo a:hover{
	color:red;
 }
 .myitemtipprodfoto{
	display:block;
	text-align:center;	
	padding:5px;
 }
 .myitemtipprodmyfoto{
	width:90px;
	height:90px;
	cursor:pointer;
	cursor: hand;	
 }
 
 /*Ofertas */
 
  .myitemofertassob {
	width:145px;
	//background-color: #DBDBDB;
	padding:1px;
	margin-right:1px; 
	margin-top:5px; 
	float:left;
	border-radius:4px;
	border:1px dotted orange;
	text-align:center;
	height:240px;
	
	
}
.myitemofertassob:hover{
border:1px solid red;
margin-top:-10px;

}
.myitemofertassob{
	-webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;

}
  .myitemofertassobfoto{
	display:block;
	text-align:center;	
	padding:5px;
 }
 .myitemofertassobmyfoto:hover{
	
	//box-shadow:-1px 4px 5px #190000;

 }

 .myitemofertassobmyfoto{
	width:75px;
	height:100px;
	cursor:pointer;
	cursor: hand;		
 }
 .myitemofertassobtitulo{
	display: table-cell;
	border:0px solid red;
	text-align: center;
	font-size:15px;
	font-family:'Dosis',Arial, sans-serif; 
	height:35px;
	width:143px;
	color:black;
	vertical-align:middle;
 }
 
 
 .myitemofertassobtitulo a{
  color:green;
  text-decoration: none;
 }
 .myitemofertassobtitulo a:hover{
	color:red;
 }
 .myitemofertassobpd{
	font-size:15px;
	font-family:Arial, sans-serif; 
	color:red;
	text-align:right;
	padding-right:15px;
	font-weight: bold;
 }
 .myitemofertassobpv{
	font-size:12px;
	font-family:Arial, sans-serif; 
	color:gray;
	text-align:right;
	padding-right:15px;
	 text-decoration: line-through;
	//font-weight: bold;
 }
  .myitemofertassobnegocio{
	font-size:13px;
	font-family:'Dosis',Arial, sans-serif; 
	color:gray;
	text-align:right;
	padding-right:15px;
 }
 .myitemofertassobdias{
 font-size:13px;
	font-family:Arial, sans-serif; 
	color:red;
	font-weight: bold;
	
 }

 
 /* MyItemSubTipoProducto*/
 
  .myitemsubtipprod {
	width:120px;
	background-color:#E9E9E9;
	padding:1px;
	margin:2px 2px 2px 2px; 
	float:left;
	//border-radius:2em;
	border:1px dotted #ffffff;
	text-align:left;
	height:auto;
	color:#990000;
	
}
.myitemsubtipprod:hover{
	border:1px solid #000000;
	background-color:#DEDEDE;
	cursor:pointer; cursor: hand;
}
.myitemsubtipprodtitulo{
	display:block;
	text-align:center;	
	font:18px/1.4em 'Dosis',Arial, sans-serif; 
	height:auto;
	
 }
 
 .myitemsubtipprodtitulo a{
  color:#ffffff;
  //text-decoration: none;
 
 }
 .myitemsubtipprodtitulo a:hover{
	background-color:red;
 }
 
  .myitemsubtipprodini {
	width:120px;
	background-color:#ffffff;
	padding:1px;
	margin:2px 2px 2px 2px; 
	float:left;
	//border-radius:2em;
	border:1px solid red;
	text-align:left;
	height:auto;
	color:red;
}
.myitemsubtipprodini:hover{
	border:1px solid orange;
	cursor:pointer; cursor: hand;
	color:orange;
	
}
.myitemsubtipprodtituloini{
	display:block;
	text-align:center;	
	font:18px/1.4em 'Dosis',Arial, sans-serif; 
	height:auto;
 }
 
 .myitemsubtipprodsel {
	width:120px;
	background-color:red;
	padding:1px;
	margin:2px 2px 2px 2px; 
	float:left;
	//border-radius:2em;
	border:1px solid red;
	text-align:left;
	height:auto;
	color:white;
}
.myitemsubtipprodsel:hover{
	border:1px solid orange;
	cursor:pointer; cursor: hand;
	color:orange;
	
}
.myitemsubtipprodtitulosel{
	display:block;
	text-align:center;	
	font:18px/1.4em 'Dosis',Arial, sans-serif; 
	height:auto;
 }
	.divimagenbtncarrito{
	//display: inline-block;
	width:auto;
	height:30x;
	border:1px solid gray;
	cursor:pointer; cursor: hand;
	padding:3px; 
	margin:3px; 
	font:14px/1.4em 'Dosis',Arial, sans-serif; 
	background-color:#BA0000;
	color:white;
	}