#lbl-umv,
#lbl-add,
ul.caracteristicas > li,
ul.umv >li,
.prod-descripcion>h1,
div.cant{
	font-family: BentonSans, sans-serif;
}
.btn-umv{
	width: 92px;
	background-color: #fff;
	border-color: rgb(0, 168, 227) !important;
}
ul.umv,ul.caracteristicas {
	list-style-type: none;
	margin:0;
	padding:0;	
}
ul.caracteristicas > li{
	line-height: 2;
	
}
ul.umv >li{
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 2;
    padding: 10px 30px;  
    font-weight: bold;  
}
ul.umv >li:hover{
	cursor:pointer;
	background-color: rgb(217,225,218);
}

.btn-add{
	width: 162px !important;
	color: #fff;
	border-color: rgb(0, 168, 227) !important;
	background-color: rgb(0, 168, 227) !important;
	text-transform: uppercase;
	font-size: 8pt !important;
    line-height: 2 !important;
    position: relative;
    left: 5px;
}
.btn-add:hover{
	background-color: rgb(217,225,218) !important;
	border-color: rgb(217,225,218) !important;
	color: rgb(47, 123, 150) !important;
}
.btn-umv,.btn-add{
	border-radius: 10px !important;
	height: 45px !important;
}
.prod-foto{
	width: 350px;
	height: 360px;
	/* border: 1px solid rgb(0, 168, 227) !important;*/ 
	overflow: hidden;
}
.prod-foto>img{
	width: 100%;
    display: block;
    margin: auto;
    height: auto;
}
span.key{
	font-weight: bold;
	color: black;
}
.foto-slide{
	overflow-y:scroll;
	overflow-x:hidden;
	max-height: 360px;
}
div.thumbnail{
	border:0;
}
.prod-descripcion>h1{
	font-size:16pt;
	font-weight: bold;
	text-transform: uppercase;	
}
div.cant{
	text-transform: uppercase;
    font-size: 8pt;
    color: rgb(0, 168, 227);
    padding-left: 21px;
}
div.prod-form{
	margin:30px 0px;
}
#lbl-umv{
	left: 8px;
    position: relative;
    font-weight: bold;
}
span.bolsa{
	position: relative;
    top: -2px;
}
#lbl-add{
	font-weight: bold;
}
div.mn-umv{
	min-width: 92px !important;
}

div.foto-thumb{
width: 86px;
    min-width: 86px;
    max-width: 86px;
    height: 86px;
    min-height: 86px;
    max-height: 86px;
    margin: auto;
    padding: 10px;
    border: 1px solid rgb(217,225,218) !important;
    border-radius: 10px;
    margin-bottom: 20px;
}
.foto-thumb .mc{
	border-radius:5px;
	overflow: hidden;
}
.foto-thumb:hover{
	cursor:pointer;
	border: 1px solid rgb(0, 168, 227) !important;
}
.foto-thumb>img,.foto-container>img{
	width: 100%;
}
.foto-container{
	overflow: hidden;
    max-height: 66px;
}