.alert {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	color: gray;
}


#tablaAlert{ 
	width: 554px;
	padding: 0px;
	background: url(../images/alertMiddle.png);
}

.celda1Alert{
	border: 0px;
	height: 20px;
	background-image: url(../images/alertTop.png);
	background-repeat: repeat-x;
}
.celda2Alert{
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
}

.celda3Alert{
	border: 0px;
	height: 26px;
	background-image: url(../images/alertBot.png);
	background-repeat: repeat-x;
}
