/* GEFINDE */

div.alerta-es {
padding: .5em 1em .5em 67px;
margin: 1em 0;
border: 1px solid #e5de8a;
border-radius: 5px;
background-color: #fff799;
color: #a3620a;
font-weight: bold;
font-size: 1.2em;
vertical-align: top;
background-image: url(../imagens/Alerta), url(../imagens/PaisES);
background-repeat: no-repeat;
background-position: .5em .5em, 2.3em .6em;
}
div.alerta-pt {
padding: .5em 1em .5em 67px;
margin: 1em 0;
border: 1px solid #e5de8a;
border-radius: 5px;
background-color: #fff799;
color: #a3620a;
font-weight: bold;
font-size: 1.2em;
vertical-align: top;
background-image: url(../imagens/Alerta), url(../imagens/PaisPT);
background-repeat: no-repeat;
background-position: .5em .5em, 2.3em .6em;
}
div.info-es {
padding: .5em 1em .5em 67px;
margin: 1em 0;
border: 1px solid #9fbccc;
border-radius: 5px;
background-color: #b3d4e6;
color: #2b6381;
font-weight: bold;
font-size: 1.2em;
vertical-align: top;
background-image: url(../imagens/Info), url(../imagens/PaisES);
background-repeat: no-repeat;
background-position: .5em .5em, 2.3em .6em;
}
div.info-pt {
padding: .5em 1em .5em 67px;
margin: 1em 0;
border: 1px solid #9fbccc;
border-radius: 5px;
background-color: #b3d4e6;
color: #2b6381;
font-weight: bold;
font-size: 1.2em;
vertical-align: top;
background-image: url(../imagens/Info), url(../imagens/PaisPT);
background-repeat: no-repeat;
background-position: .5em .5em, 2.3em .6em;
}
