/* CSS Document novedadsoutlet */
#volver-link {
	position: absolute;
	top: 150px;
}

#img_cabecera_Outlet{
	position: relative;
    width: 790px;
    z-index: -1;
    margin-top: -3px;
}

#Outlet_container{
	display: grid;
	grid-template-columns: auto auto auto;
	
	/* width: 790px; */
	padding-top: 12px;
	padding-right: 1px;
	/*padding-left: 5px; */
	/** / border: solid 1px red; /**/
}

.Outlet-grid-item{
	width: 246px; /* 260 */
	height: 230px;
	margin-left: 15px;
	margin-bottom: 16px;
	/** / border: solid 1px blue; /**/
}

.div-outlet{
	/* float: left; */
	
	width: 212px;
	height: 210px;
	
	border: 1px solid ;/* black */
	border-radius: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: solid 1px;
/*	https://www.w3schools.com/css/css3_borders.asp ; https://www.w3schools.com/cssref/css3_pr_border-radius.php ; https://www.bufa.es/css-boton-redondeado-con-borde-exterior/ ; https://regardis.com/como-hacer-un-boton-redondo-en-css/ ; https://www.aprenderaprogramar.com/index.php?option=com_content&view=article&id=763:efecto-css-esquinas-redondeadas-border-radius-border-left-top-radius-ejemplos-circulo-o-elipse-cu01058d&catid=75&Itemid=203 */
	box-shadow: 2px 3px 3px 3px rgb(0 0 0 / 20%), 4px 5px 4px 4px rgb(0 0 0 / 10%);
/*	drop-shadow: h-offset v-offset blur spread color inset */ /* https://www.w3schools.com/cssref/css3_pr_box-shadow.php */	
}

.div-outlet:hover{
    width: 222px;
	height: 220px;
}

.div-outlet img{
	width: 100%;
}