/* ====================================================================================
	ESTILO GLOBAL MESSAGES
==================================================================================== */

#globalMessages {
    clear: left;
}

.information_message.neutral p {
	background-color: #e5e5e5;
	color: #565656;
}

.information_message.neutral a {
	color: #565656;
	font-weight: bold;
}

.information_message.positive span {
    background-position: -276px -226px;
}

.information_message.neutral span {
    background-position: -201px -226px;
}

.information_message a {
	color: #ffffff;
}

.confirmation_message {
	border: 4px solid #70C30D;
}

.confirmation_message p {
	color: #70C30D;
	font-weight: bold;
}

.confirmation_message span {
    background-position: -276px -226px;
}



/* Alert IE 10 and lower not compatible */
#alert-ie10-and-lower-not-compatible {
	background: #FFFF00;
	color: #000;
	padding: 15px 15px 5px 15px;
	font-size: 0.9em;
	text-align: center;
	display: none;
}
#alert-ie10-and-lower-not-compatible  a {
	text-decoration: underline;
	color: #000;
}
