﻿body {
}

#Alerta {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3200;
    filter: alpha(opacity=85);
    -moz-opacity: 85;
    opacity: 0.85;
    background: #999;
}

.Consulta {
    font-family: Arial;
    font-size: 14px;
    background: #fafb9b;
    box-sizing: border-box;
    color: black;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid gray;
}

.Correcto {
    font-family: Arial;
    font-size: 14px;
    background: #A3FCCB;
    box-sizing: border-box;
    color: black;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid gray;
}

.Error {
    font-family: Arial;
    font-size: 14px;
    background: #ff0000;
    box-sizing: border-box;
    color: white;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid gray;
}

.BotonAlerta {
    background: rgba(236, 48, 20, 0.9);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #9E9E9E;
    color: white;
    cursor: pointer;
    text-align: center;
    width: 100px;
}