.alerta {
    background: #fff6bf url(images/error.gif) 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;
	color:#000000;
    }
.info {
    background: #E7F9F8 url(images/info.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
	color:#000000;

    }
		.descarga {
    background: #FBC895 url(images/descargared.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7AB75;
    border-bottom: 2px solid #F7AB75;
	color:#000000;

    }
	.descarga a {
	color:#E15F13;
   text-decoration:none;
border-bottom:1px dotted #E15F13;
    }
	.descarga2 {
    background: #F7FABE url(images/descarga.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DFE786;
    border-bottom: 2px solid #DFE786;
	color:#000000;

    }
	.descarga2 a {
	color:#4B4B4B;
   text-decoration:none;
border-bottom:1px dotted #444;
    }
	.importante {
    background: #FDD1C5 url(images/importante.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBAB95;
    border-bottom: 2px solid #FBAB95;
		color:#000000;

    }
		.nota {
    background: #FAF9F7 url(images/nota.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F2EFEA;
    border-bottom: 2px solid #F2EFEA;
	color:#000000;

    }
			.fuente {
    background: #F7F9E5 url(images/via.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DBDCCD;
    border-bottom: 2px solid #DBDCCD;
    color:#000000;

    }
	.fuente a{
color:#4B4B4B;
text-decoration:none;
border-bottom:1px dotted #444;     
}
.nuevo {
    background: #fff6bf url(images/new.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBC383;
    border-bottom: 2px solid #FBC383;
	color:#000000;
    }
	.nuevo a {
	color:#E15F13;
   text-decoration:none;
border-bottom:1px dotted #E15F13;
    }