/* Alerta */
.Alerta { position:relative; clear:both; margin:0; padding:14px 30px 12px 10px; border:2px solid transparent; border-radius:5px; font:13px/120% Arial,sans-serif;}
.Alerta-texto {color:#444;font-size:13px;display:block; margin:5px 0 0 42px;}
.Alerta-link { color:#7AC200; text-decoration:underline; font-weight:700; font-size:15px; }
.Alerta-icone {float: left;margin-top: -7px;margin-right: 10px;width: 28px;height: 28px;background: url(../../img/iconesBoxAjuda.png) no-repeat -2px -64px; }

/* Alerta -- Modificators */
.Alerta--verde { border-color: #7cc023; color: #6eaa1f; }
.Alerta--verde .Alert-link { color: #527f17; }
.Alerta--verde .Alerta-fechar { color: #7cc023; position:absolute; top:14px; right:8px; opacity: 0.5; text-decoration:none; font-size: 28px;}
.Alerta--vermelho { border-color:#D90000; color: #D90000; }
.Alerta--vermelho .Alerta-icone { background-position: -2px -31px;border-radius: 13px; }
.Alerta--vermelho .Alerta-link { color:#D90000; }
.Alerta--vermelho .Alerta-fechar { color: #D90000; position:absolute; top:14px; right:8px; opacity: 0.5; text-decoration:none; font-size: 28px;}
.Alerta--amarelo { border-color:#FEA70B; color: #666; }
.Alerta--amarelo .Alerta-icone { background-position:0 0; }
.Alerta--amarelo .Alerta-link { color:#666; }
.Alerta--amarelo .Alerta-fechar { color: #FEA70B; position:absolute; top:14px; right:8px; opacity: 0.5; text-decoration:none; font-size: 28px;}
.Alerta--roxo { border-color: #7f1d4c; color: #6a1840; }
.Alerta--roxo .Alerta-link { color: #410f27;}
.Alerta--roxo .Alerta-icone { background-position:0 -97px; }
.Alerta--roxo .Alerta-fechar { color: #6a1840; position:absolute; top:14px; right:8px; opacity: 0.5; text-decoration:none; font-size: 28px;}
.Alerta--bottom { margin-bottom:25px }
.Alerta--blue { border-color:#0bbefe; color: #666; }
.Alerta--blue .Alerta-icone { background-position:0 -130px; }
.Alerta--blue .Alerta-link { color:#666; }
.Alerta--blue .Alerta-fechar { color: #0bbefe; position:absolute; top:14px; right:8px; opacity: 0.5; text-decoration:none; font-size: 28px;}
