
#topBarAlert {
	color: #ffffff;
	width: auto;
	border: none;
	text-align: center;
	outline: none;
	font-size: 12px;
	transition: 0.4s;
	display: none;
	background-color: #f10030;
	padding: 10px 20px 8px;
}

#topBarAlert a {
	font-weight: bold;
}

#topBarAlert span {
	padding-right: 6px;
}

.imgAutosTop {
    margin: 0;
}

@media only screen and (min-width : 768px) {
	#topBarAlert {
		margin-top: 10px;
		padding: 20px 20px 18px;
		font-size: 14px;
	}
}