/* CSS Document */

/* **************************** ENTIDADE***************************************** */
#cabeceraEntidade{    
    height : 40px;
    width: 760px;
    background-color : #910A2B;
    text-align: center;
} 

.textoCabecera_entidade{
     color: #999999;
     font-family: arial, helvetica, sans-serif; 
     font-size: 14pt; 
     font-style: normal; 
     font-weight: bold; 
     font-variant: small-caps;
}

/* ****************** BUSQUEDA ************************************ */
#contenedorBusqueda_entidades{       
       clear: right;
       width: 205px;
       min-height: 70px;

       float: right;
       text-align: left;   
       
       border: #000000 1px solid;
       background-color: #999999;
       margin-top: 10px;
       margin-bottom: 10px;
       margin-right: 10px;
}

#contenedorTextosBusqueda_entidades{    
       width: 50px;
       min-height: 15px;

       text-align: left;          
       float: left;
}

#contenedor_1{
    margin-top: 10px;
    width: 200px;
}
#contenedorEstadoBusqueda_entidades{    
       clear: both;
       width: 200px;

       margin-left: 5px;
       text-align: left;
}

#contenedorTipoBusqueda_entidades{       
       clear: both;
       width: 200px;

       margin-left: 5px;
       text-align: left;        
}

#contenedorNomeBusqueda_entidades{       
       clear: both;
       width: 200px;

       text-align: left;    
       margin-left: 5px;
}

#contenedorBotonBusqueda_entidades{       
       clear: both;
       width: 200px;

       text-align: right;

       margin-right: 5px;
       margin-left: 5px;
       margin-top: 5px;
       margin-bottom: 5px;
}

.comboLVAL{
         width: 140px;
         
         color: #333333;
	 font-family: verdana, arial, helvetica, sans-serif; 
	 font-size: 8pt; 
	 font-style: normal; 
	 font-weight: normal; 
	 font-variant: normal;
         word-spacing: 0em; 
}

.input{
         width: 140px;
         
         color: #333333;
	 font-family: verdana, arial, helvetica, sans-serif; 
	 font-size: 8pt; 
	 font-style: normal; 
	 font-weight: normal; 
	 font-variant: normal;
         word-spacing: 0em; 
}

/* ************************************************************************* */

#fotoPplEntidade{
    width: 140px;
    overflow: hidden;
    min-height: 50px;

    margin-bottom: 10px;
}


/* ************************* LISTADO *************************************** */
#contenedor_entidade{  
    clear: both;  
    width: 600px; 
    height: 30px;
    overflow: hidden;
    min-height: 20px;
      margin-bottom: 5px;
    text-align: left;
}

#icono_entidade{

    width: 30px;
    min-height: 10px;
    
    float: left;
    text-align: left;

}

#nome_entidade{

    width: 500px;
    min-height: 20px;
    
    float: left;
    text-align: left;

    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 

    text-decoration: none;
}

#nome_entidade a{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 
    text-decoration: none;
}
#nome_entidade a:hover{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #ac2020; 
    text-decoration: underline;
}

/* ************************************************************************* */

/* *************************** DATOS *************************************** */

#tipoEnt{  
    clear: both;
    float: left;

    width: 205px;
    min-height: 25px;
    margin-left: 2px;

    text-align: left;

    margin-bottom: 5px;
}

#datoEnt{  
    clear: both;

    width: 600px;
    min-height: 20px;

    text-align: left;

    margin-bottom: 5px;
}

.comboTipo{         
     width: 200px;

     color: #333333;
     font-family: verdana, arial, helvetica, sans-serif; 
     font-size: 8pt; 
     font-style: normal; 
     font-weight: normal; 
     font-variant: normal;
     word-spacing: 0em; 
}

/*  ********************************************************************* */

.menu_entidade{
     color: #1D4E96;
     font-family: arial, helvetica, sans-serif; 
     font-size: 11pt; 
     font-style: normal; 
     font-weight: bold;
     font-variant: normal;
}

a.menu_entidade:visited {
	color: navy;
}
a.menu_entidade:link:hover {
	color: #336699;
}

/* ************************************************************************ */

