/*
 *	Lisandro Paolini, www.lisandropaolini.com.ar
 *	license LGPL
 *	http://es.wikipedia.org/wiki/GNU_Lesser_General_Public_License
*/

.alert {
	background: #fff6bf url(./x.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
	
#mensajes {background: #fdf1f1; border:solid 1px #f7c8c8; }
#mensajes ul{margin: 0; padding: 8px;}
#mensajes ul li{list-style:none; font-size: 80%; color: #333;}