﻿.watermark_style
{
    color: #C0C0C0;
      font-style: italic;
}

.FondoAplicacion
{
    background-color: #040e1e;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.CajaDialogo
{
    background-color: #FFFFFF;
    border: 1px solid #0000FF;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modalBackground
{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #040e1e;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 20000;
    left: 0;
    top: 0;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid; 
    border-color: #0e5c83;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 40%;
}

