@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link { text-decoration: none; }



.Promociones  {
	
	width: 100%;
	height: auto;
	background-color: #fff;

}

.Title-Promociones {
	
	font-family: 'Lato', sans-serif;
	color: #000700;
	font-size: 26px;
	font-weight: 900;
	padding-top: 70px;
	padding-bottom: 70px;
	width: 100%;
	
	
}

.Content-Promociones {

	width: 30%;
	height: auto;
	border-radius: 5px;
}


.Content-Promociones img {

	width: 360px;
	height: auto;
	margin: 12px;
	border-radius: 5px;
	margin-bottom: 90px;
	
}

 
@media (max-width:916px) { 
	
.Content-Promociones {  width: 40%; }

}



@media (max-width:540px) {  
	
	.Content-Promociones {  width: 100%; }

}
