﻿body {    
    font-size:11px;/*afecta a todas las paginas*/    
}

/** INI WAIT **/

.ie div#wait {
    background-color: rgb(0,0,0);
    zoom: 1;
    filter: alpha(opacity=5);
}

div#wait {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000000;
    background-color: rgba(0,0,0,0.05);
}

div#waitImg {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
}

/** FIN WAIT **/


/*para controles tipo TEXT que tiene auto-completado*/
 .ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
        /*prevent horizontal scrollbar*/ 
    overflow-x: hidden;
 }  

/*.loader
{
    background: url(../img/photos/wait30x30.gif);
    background-repeat: no-repeat;
    background-position: right;
}*/
