﻿      .overlay {
        background-image: url('/Imagenes/cargando.gif');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center; 
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0px;
        left: 0px;
        opacity: .5;
        filter: alpha(opacity=50);
      }
      .vigilancia.listado{
        width:739px;
        margin: 0 auto;
        background:#EDF3F4;
        padding:10px 10px 10px 10px;
        border-radius:5px;
        border: 1px Solid #98BFC2;
        overflow:auto;
      }
        .vigilancia.formulario{
        margin: 0 auto;
        background:#EDF3F4;
        padding:10px 10px 10px 10px;
        border-radius:5px;
        border: 1px Solid #98BFC2;
        overflow:auto;
      }
        .vigilancia.formulario.criterioInfeccion{
          width:770.5px;
        }
        .vigilancia.formulario.fuenteInfeccion{
          width:814.5px;
        }
      .vigilancia.listado >table{
        width:100%;
      }