/* CSS Document */
/* ***************** BUSQUEDA ********************************* */
#contenedorBusqueda_avisos{       
    clear: right;
    width: 255px;

    float: right;
    text-align: left;   

    border: #000000 1px solid;

    background-color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;    
}

#textosLeft_avisos{    
       width: 80px;
       min-height: 15px;

       text-align: left;          
       float: left;
}

#contenedor_1{
    clear: both;
    width: 240px;

    min-height: 10px;
    overflow: hidden;

    margin-left: 8px;
    margin-bottom: 2px;  

}

#contenedorEstadoBusqueda_avisos{    
       width: 80px;

       text-align: left;          
       float: left;
       margin-right: 5px;
       margin-bottom: 2px;      
}

#contenedorMesBusqueda_avisos{       
       width: 80px;

       text-align: left;          
       float: left;

    margin-bottom: 2px;
    margin-right: 2px;
}

#contenedorAnoBusqueda_avisos{       
       width: 60px;

       text-align: left;  
       float: left;        

       margin-bottom: 2px;    
}

#contenedorBotonBusqueda_avisos{    
    clear: right;
    width: 70px;
    min-height: 15px;

    text-align: right;
    float: right;     

    margin-left: 3px;   
    margin-right: 3px;   
  
}

.inputTexto{

         width: 150px;
         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 ***************************************** */
#textoListado_aviso{
    clear: both;
    width: 600px;

    min-height: 40px;
    overflow: hidden;

    float: left;
    text-align: left;

    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #978E85;
}


#contenedor_aviso{    
    clear: both;
    width: 600px; 

    min-height: 40px;
    overflow: hidden;

    text-align: left;

    margin-bottom: 5px;
}

/* ************************************************************************ */
#contTitulosLeft_aviso{
    clear: both;
    width: 60px;

    float: left;
    text-align: left;
}

#titulo_aviso{
    clear: both;
    width: 520px;
    
    float: left;
    text-align: left;

    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 
    text-decoration: none;

    margin-bottom: 2px;
}

#titulo_aviso a{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #004e92; 
    text-decoration: none;
}
#titulo_aviso a:hover{
    font: bold 13px/16px Arial, Helvetica, sans-serif; 
    color: #ac2020; 
    text-decoration: underline;
}

#concelleria_aviso {
    width: 400px;

    text-align: left;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;
    color: #000000;
}

#fecha_aviso {
    width: 80px;
    min-height: 20px;

    float: right; 
    text-align: right;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;
    color: #978E85;
}
