
.content{
    width:900px;
    margin:0 auto;
}
#searchid
{
    width:200px;
    border:solid 1px #000;
    padding:10px;
    font-size:14px;
}
#tablaResultadosTorneos2
{
    position:absolute;
    width:500px;
    padding:10px;
    display:none;
    margin-top:-1px;
    border-top:0px;
    overflow:hidden;
    border:1px #CCC solid;
    background-color: white;
}
.show
{
    padding:10px; 
    border-bottom:1px #999 dashed;
    font-size:15px; 
    height:50px;
}
.show:hover
{
    background:#4c66a4;
    color:#FFF;
    cursor:pointer;
}
