/* CSS Document */
/* ***************** BUSQUEDA ********************************* */
#contenedorBusqueda_establecementos{       
    clear: right;
    width: 260px;

    float: right;
    text-align: left;   

    border: #000000 1px solid;

    background-color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#contenedorEstadoBusqueda_establecementos{    
    width: 100px;

    text-align: left;          
    float: left;

    margin-bottom: 2px;
    margin-left: 5px;
}

#contenedorTipoBusqueda_establecementos{    
    width: 140px;

    text-align: left;
    float: left;

    margin-bottom: 2px;
    margin-left: 5px;
}

#contenedor_1{
    clear: both;
    width: 240px;

    text-align: left;    
    float: left;      

    min-height: 10px;
    overflow: hidden;

    margin-left: 5px;
    margin-bottom: 5px;  

}

#contenedorNomeBusqueda_establecementos{       
       clear: left;
       width: 170px;

       text-align: left;    
       float: left;    

        margin-bottom: 5px;    
}

#contenedorBotonBusqueda_establecementos{       
    clear: right;
    width: 70px;

    text-align: right;
    float: right;   
  
    margin-top: 15px;   
    margin-bottom: 5px;  
}

.comboTipo{
    width: 110px;
    height: 20px;

    color: #333333;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal;
    word-spacing: 0em; 

}

.inputTexto{
    width: 170px;
    height: 20px;

    color: #333333;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal;
    word-spacing: 0em; 
}
/* ********************************************************************* */

/* ******************* LISTADO ***************************************** */

#contenedor_establecemento{    
    clear: both;
    width: 600px; 
    min-height: 30px;

    text-align: left;

    margin-bottom: 5px;
}

/* ************************************************************************ */
#contTitulosLeft_establecemento{
    clear: letf;
    width: 65px;

    float: left;
    text-align: left;
}


#nome_establecemento{
    clear: left;
    width: 470px;
    
    float: left;
    text-align: left;

    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 

    text-decoration: none;
}

#nome_establecemento a{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 
    text-decoration: none;
}
#nome_establecemento a:hover{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #ac2020; 
    text-decoration: underline;
}

#tipo_establecemento {
    clear: right;
    width: 130px;

    float: right; 
    text-align: right;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;
    color: #978E85;
}

#direccion_establecemento{
    clear: left;
    width: 470px;
    
    float: left;
    text-align: left;

}

#telefono_establecemento {

    width: 130px;

    float: right; 
    text-align: right;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: normal;
    color: #000000;
}
