body{
margin:0px auto;
font-family:Tahoma;
font-size:12px;
color:#000;
}

#contenedor{
margin-top:10px;text-align:center;
margin:0 auto;
}

#texto{
margin:0px auto;width:400px;text-align:justify;font-size:13px;}

.intuye{
margin:0 auto;
margin:20px 0px;

}

.intuye a{
text-decoration:none;
font-size:0px;
color:#fff;
width:43px;
height:16px;
display:block;
background-image:url('logo_intuye.png');
background-repeat:no-repeat;
background-position:top;
}

.intuye a:hover{
background-position:bottom;
}

.ui-autocomplete {
        max-height: 100px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
