table tr td
{
    margin: 0px;
    padding:0px;    
}

div
{
    margin:0px;
    padding: 0px;    
}

.bgmir
{
    font-family: Arial, Helvetica, sans-serif;
}

img
{
    border: 0;
}

.centrar
{
    text-align: center;
}

.opciones
{
    font-size: 11pt;
    font-family: Tahoma,Arial;
    margin: 6px 0px;
}

.oculto
{
    display: none;
}

.rollover:hover
{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.caja {
    min-width: 500px;
    padding: 10px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    height: auto;
    background-color: #FFF;
    -moz-boder-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #666666;
}

/* AVISOS CARGANDO
----------------------------------------------------------*/

.CargandoProgress
{
    cursor: pointer;
    border: 6px solid #232323;
    -moz-boder-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset gray 0px 0px 14px;
    background: #FFFFFF;
    width: 300px;
    color: #000;
    text-align: center;
    height: 100px;
    padding: 1.5em;
    position: fixed;
    _position: absolute; /* hack ie 6*/
    top: 30%;
    left: 40%;
    z-index: 9999;
}

.backgroundCargando
{
    position: fixed;
    _position: absolute; /* hack IE 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 9000;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}

a:hover
{
    cursor: pointer;
}