
.contenedor {
    background:#14293D;
    width:100%;
    height:100px;


}
.contenedor div{
  position: relative;
  top:-100px;
  background: #002538;
}

.contenedor img{
    width:100%;
    max-height:100%;
}
.contenedor img:hover{
    cursor:pointer;
}

.error_siwer{
    background-color: #888C38;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    font-size:11px;
    margin-left: 5px;
    margin-top: 0px;
    /*padding: 6px 12px;*/
    padding:15px 10px 15px 30px;
    position: absolute;
    text-align:center;
    /*width:250px;*/
}
.error_siwer:before{
    border-color: transparent #888C38 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}

.info, .exito, .alerta {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 20px;
    border-radius: 4px 4px 4px 4px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    width:250px;
    top: -300px;
    left: 50%;
    margin-left:-125px;
    display:none;
    z-index:999;
}
.info {
    color: #FFFFFF;
    background-color: #A72525;
    border: 2px solid #FFCE38;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-image: url('info.png');
}