/* Encabezado */
h3 {
	text-align:center;
}

/* Menu vertical - Catalogo*/
#dvMenuVertical ul {
	padding-left:0px;
}
#dvMenuVertical .personSection {
	padding-top:0px;
	padding-bottom:0px;
} 
#dvMenuVertical ul li {
	list-style-type:none;
	border-bottom:1px solid #ecedee;
	padding:10px 0px 0px 10px;
	height:40px;
}
#dvMenuVertical ul li:hover {
	color: #FF3437;
	border-left:2px solid #FF3437;
	cursor:pointer;
}
#dvMenuVertical ul li:active {
	background-color:#d6d6d6;
}

/* Listado de productos - Catalogo*/
#dvProductos .contentProducto {
	width:100%;
	margin:0px auto;
}
#dvProductos .contentProducto article {
	padding-top:5px;
	text-align:center;
}
#dvProductos .contentProducto article:hover img{
	width: 95%;
	cursor:pointer;
}
#dvProductos .contentProducto article img {
	width: 85%;
}
#dvProductos span.precioProd {
	margin-top: 10px;
	color:green;
	font-weight:bold;
}

/*Productos Destacados */
#sectProductosDestacados  article, #sectResultBusquedaProd article {
	padding-top:5px;
	text-align:center;
}
#sectProductosDestacados  article:hover img, #sectResultBusquedaProd article:hover img{
	width: 95%;
	cursor:pointer;
}
#sectProductosDestacados article img, #sectResultBusquedaProd article img{
	width: 85%;
}
#sectProductosDestacados span.precioProd, #sectResultBusquedaProd span.precioProd {
	margin-top: 10px;
	color:green;
	font-weight:bold;
}
#sectProductosDestacados span.categoria, #sectProductosDestacados span.categoria {
	font-size:0.8em;
}

/* Modal Producto */
#mdVerProd span.precioProd {
	color:green;
	font-weight:bold;
}

/* Expandido */
@media (min-width: 1080px) {
	#sectProducto {
		width: 65%;
	}
}
@media (min-width: 992px) and (max-width: 1079px) {
	#sectProducto {
		width: 75%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sectProducto {
		width: 85%;
	}
}
@media(max-width: 767px) {
	#sectProducto {
		width: 98%;
	}
}
#sectProducto {
	margin: 0px auto;
	padding-left:1%;
	padding-right:1%;
}