/* CSS Document */
/* ***************** BUSQUEDA ********************************* */
#contenedorBusqueda_empresas{       
    clear: right;
    width: 255px;
    min-height: 50px;

    float: right;

    text-align: left;   

    border: #000000 1px solid;

    background-color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#contenedorEstadoBusqueda_empresas{    
    width: 100px;

    text-align: left;          
    float: left;

    margin-bottom: 2px;
    margin-left: 5px;
}

#contenedorActividadeBusqueda_empresas{    
    width: 130px;

    text-align: left;
    float: left;

    margin-bottom: 2px;
    margin-left: 5px;
}


#contenedor_1{
    width: 240px;
    margin-bottom: 10px;
    
    min-height: 40px;
    }
#contenedorNomeBusqueda_empresas{       
       clear: left;
       width: 160px;

       text-align: left;    
       float: left;      
       margin-left: 5px;
margin-right: 5px;
       margin-bottom: 10px;

}

#contenedorBotonBusqueda_empresas{       
    clear: right;
    width: 60px;
    min-height: 15px;

    text-align: right;
    float: right;     
  
   margin-right: 5px;
margin-top: 14px;
       
}

.comboActividad{
    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: 160px;
    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_empresa{    
     clear: both;
     width: 600px; 
     min-height: 30px;

     text-align: left;

     margin-bottom: 5px;
}

/* ************************************************************************ */
#contTitulosLeft_empresa{
    clear: left;
    width: 65px;

    float: left;
    text-align: left;
}


#nome_empresa{
    clear: left;
    width: 470px;
    
    float: left;
    text-align: left;

    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 

    text-decoration: none;
}

#nome_empresa a{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 
    text-decoration: none;
}
#nome_empresa a:hover{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #ac2020; 
    text-decoration: underline;
}

#actividade_empresa {
    width: 130px;

    float: right; 
    text-align: right;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;
    color: #978E85;

}

#direccion_empresa{
    clear: left;
    width: 470px;
    
    float: left;
    text-align: left;
}

#telefono_empresa {
    width: 130px;

    float: right; 
    text-align: right;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: normal;
    color: #000000;

}
