		@charset "iso-8859-1";
		/* CSS Document */
 
        .DIV_TAB {
			border-left: 1px dotted #003366;
			border-right: 1px dotted #003366;
			border-bottom: 1px dotted #003366;
        }
        .ac_input {
            background: url('../../graficos/iconos/ac_lupa.gif') right center no-repeat;
        }
        
        .ac_loading {
            background: url('../../graficos/iconos/ac_ajax.gif') right center no-repeat;
        }
		
        .ac_results {
            padding: 0px;
            border: 1px dotted #CCCCCC;
            background-color: Window;
            overflow: hidden;
			background-color: #EEEEEE;
        }
        
        .ac_results ul {
            width: 100%;
            list-style-position: outside;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .ac_results iframe {
            display:none;/*sorry for IE5*/
            display/**/:block;/*sorry for IE5*/
            position:absolute;
            top:0;
            left:0;
            z-index:-1;
            filter:mask();
            width:3000px;
            height:3000px;
        }
        
        .ac_results li {
            margin: 0px;
            padding: 2px 5px;
            cursor: pointer;
            display: block;
            width: 100%;
            font: menu;
            font-size: 12px;
            overflow: hidden;
			border: 1px dotted #DDDDDD;
        }
        
        .ac_over {
            background-color: #DDDDDD;
            color: #333333;
        }
		
        .resultado_normal {
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
            text-align: left;
        }

        .resultado_mini {
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: normal;
            text-align: left;
        }
