html {
	font-size: 62.5%;
	/*Reset pixeles predetermiandos de 16 a 10px*/
}

body{
	font-family: 'Lato', sans-serif;
	font-size: 1.6rem;
	line-height: 2;
}

.contenedor {
	max-width: 120rem;
	margin: 0 auto;
	border-radius: .5rem;
	font-size: 1.5rem;
	font-weight: 300;

}

.contenedor-header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	border-radius: .5rem;
	border-color: #eee;

	border-spacing: 2rem;

	box-shadow: 0px 0px 3px #888888;
}

@media (max-width: 800px) {
	.contenedor-header {

		display: flex;
		flex-direction: column;
	}
	.titulo {
		margin: 0 !important;
		padding: 0 !important;
	}
	.img {
		margin: 0 !important;
		padding: 0 !important;
	}
	.logo {
		margin: 0 !important;
		padding: 0 !important;
	}
}

.contenedor-footer {
	display: flex;
	justify-content: center;
	border-radius: .5rem;
	font-size: 1.5rem;
	color: #9E9E9E;
	font-weight: 300;
	margin-top: 15px;
}

.titulo {
	font-size: 5rem;
	color: #3a5437;
	margin: 4rem 0 4rem 0;
	padding-left: 2rem;
	/*color: cadetblue;*/
	font-weight: bolder;

}

.titulo-contenido {
	font-size: 2.5rem;
	padding-left: 1.5rem;
}

h2 {
	margin: 0;
	font-weight: 300;
}

h1 {
	font-weight: 300;
}

.img{
	width: 15rem;
	height: 15rem;
	margin: 2rem 0 2rem 0;
}

.columStock{
	text-align: center;
}

table {
	width: 100%;
	border-spacing: 0;
	border-style: none;
	border-collapse: collapse
}

@media (max-width: 800px) {
	table {
	   width: 100%;
	}
}

.columProduct{
	width: 80%;
	text-align: left;
	padding-left: .6rem;
}

.stock{
	text-align: center;
}

@media (max-width: 800px) {
	.unboxTitle span {
		font-size: 1.5rem !important;
	}

	.unboxTitle {
		margin-bottom: 20px;
		margin-top: -16px !important;
	}
}

td {
	padding-left: .6rem;
}

thead > tr {
	color: #696868;
	border-top: 1px solid #908a8afa; /*#c0c0c0*/
	border-bottom: 1px solid #908a8afa;
	background: #eee;
}

tbody > tr {
	border-bottom:1px dotted #908a8afa;
}

tbody > tr:hover {
	/*border: 1px solid #908a8afa;*/
	box-shadow: 0px 0px 5px #9e9e9e;
}

.unboxTitle {
	position: relative;
	text-align: center;
	margin-bottom: 16px;
	margin-top: -20px;
}

.unboxTitle span {
	background: white;
	padding: 6px 10px 6px 10px;
	position: relative;
	z-index: 1;
	font-size: 2rem;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #888888;
}

.unboxTitle:before {
	background: #c0c0c0;
	content: "";
	display: block;
	/*height: 1px;*/
	position: absolute;
	top: 50%;
	width: 100%;
}