﻿body
{
    background-color: #1F3557;
}

#logo
{
    padding: 10px;
}

.fondo_box
{
    background: #EBF5FD url(../App_Images/fondos/calendar_fondo.gif) repeat-x left top;
    background-color: #EBF5FD;
    padding: 8px;
    border: solid 2px #309897;
    width: 40%;
    position: absolute;
    top: 30%;
    left: 30%;
}

.warning_box
{
    background: #EBF5FD url(../App_Images/fondos/fond_yellow.png) repeat-x left top;
    background-color: #FFFFCC;
    padding: 8px;
    border: 2px solid #FFCC00;
    position: relative;
}

    .warning_box table
    {
        width: 100%;
    }

        .warning_box table .msg
        {
            width:90%;
            text-align:center;
        }

        .warning_box table h3
        {
            margin: 0pt;
            padding: 0pt;
        }
