body{
	background-color: #31AEBA;
}
.top_head{
	padding: 10px; background-image: linear-gradient(#31AEBA, #E8F1F2);
}

/***************/
.int_sorteo{
	flex-wrap: wrap;
}
.int_sorteo>div:first-child{
	flex-basis: 300px; flex-grow: 1; max-width: 350px;
}
.int_sorteo>div:last-child{
	flex-basis: 300px; flex-grow: 1; max-width: 450px; flex-shrink: 3;
}
	.text_fecha_sorteo{
		padding: 7px; background-color: #dc3d98; color: #FFFFFF;
	}
	.text_desc_sorteo{
		max-width: 450px; padding: 7px; background-color: #dc3d98; color: #FFFFFF;
	}
	.img_bo{
		width: 350px;
	}

.list{
	max-width: 1200px; flex-wrap: wrap;
}
	.list__items{
		padding: 10px; padding-bottom: 15px; background-color: #FFFFFF; flex-basis: 300px; flex-grow: 1; max-width: 400px;
	}
		.list__items>div:first-child{
			background-color: #BC0075; padding: 5px; border-radius: 5px;
		}
			.list__items>div:first-child>p:first-child{
				color:#FFFD00;
			}
			.list__items>div:first-child>p:last-child{
				color:#FFFFFF;
			}