.tituloser{
	color: #059A2B;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 4%;
	text-align: center;
}
.breve{
	color: #636363;
	font-size: 20px;
	font-weight: 400;
}

.img-dest{
	display: flex;
	justify-content: center;align-items: center;
	height: 282px;
	border: 1px solid #059B2B;
}
.img-dest>img{
	max-height: 100%;
}
.nom-dest{
	background-color: #059B2B;
	height: 58px;
	text-align: center;
	color: #EBEBEB;
	font-size: 22px;
	font-weight: 400;
	padding-top: 7px;
}
.linea-nom{
	border-bottom: 1px solid white;
	width: 16%;
	margin-left: auto;
	margin-right: auto;
}
.margenes{
	padding-left: 20%;
    padding-right: 20%;
}

.menu-titulo{
	background-color: #059B2B;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding: 5px 17px;
    border-radius: 8px;
}
.fam-name{
	color: #05992B;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 17px;margin-top: 9%;

}
.pro-name{
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.menuleft{
	list-style: none;
	
	padding-left: 0px;
}
.submenu{
	list-style: none;
}
.lineamenu{
	border-bottom: 1px solid #009C21;
	width: 100%;
	margin-bottom: 6%;
}
.glyphicon{
	float: right;
	font-weight: 300;
}
.migas{
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4%;
}
.img-producto{
	height: 227px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	    border: 1px solid #EEEEEE;
}
.img-producto>img{
	max-height: 100%;
}
.nombre{
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	height: 47px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #059B2B;
	padding: 5px;
}
.margenpro{
	margin-bottom: 3%;
}
.activo{
	color: #059A2B;
}
.nom-product{
	color: #059A2B;
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 3%;
}
.medidas{
	margin-bottom: 3%;
	margin-top: 3%;
	color: #059B2B;
	font-size: 20px;
}
.table{
	text-align: center;
	margin-bottom: 0px;
}
thead{
	color: #059B2B;
	font-size: 17px;
	font-weight: bold;
}
.bordertable{
	border-bottom: 1px solid #059B2B;

}
tbody{
	font-size: 15px;
	color: #000;
	font-size: 300;
}
thead>tr>td{
	border-bottom: 1px solid #059B2B;
}