#left p {
	text-align: justify;
	padding-right: 50px;
}

#left div {
	margin-bottom: 25px;
	text-align: center;
}

#left img {
	max-width: 100%;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
}

#countdown_congress {
	font-size: 35px;
	font-weight: bold;
}

#countdown_submission {
	font-size: 35px;
	font-weight: bold;
}

.count_days {
	box-sizing: border-box;
	margin-left: 5%;
}

.square_days {
	float: left;
	width: 42%;
	padding: 10px;
	margin: 20px;
	text-align: center;
	border: 3px solid #000;
}

.count_days:after {
	content: "";
	display: table;
	clear: both;
}

#notices_alert {
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
	border: 2px solid #DD98FA;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}



@media screen and (max-width: 1400px) {
	.square_days {
		width: 42%;
	}

	iframe {
		width: 95%;
	}

	#notices_alert {
		max-width: 90%;
	}
}


@media screen and (max-width: 600px) {
	.square_days {
		width: 42%;
	}

	iframe {
		width: 88%;
	}

	#left img {
		max-width: 80%;
	}

	#notices_alert {
		max-width: 80%;
	}

}