#criteriosBusqueda {
    width: 100%;
    height: 100%;
    background-color: rgba(196,195,195,0.3);
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    min-height: 330px;
}
#bt_filtro {
	margin-left: 13%;
	margin-right: auto;
}
#conectoresLogicos {
    width: 83%;
    height: 100%;
    background-color: rgba(196,195,195,0.3);
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    min-height: 50px;
}

.tipoMaterialBusquedaTodo 
{
    font-size: 12px !important;
    text-align: center !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    width: 115px !important;
    height: 22px !important;
    border-radius: 3px 3px 3px 3px !important;
}

.tipoMaterialBusqueda {
    font-size: 12px !important;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px !important;
    width: auto;
    height: 22px;
    background-color: #42bbff;
    border-radius: 3px 3px 3px 3px;
}


.tipoMaterialBusquedaDetalle {
    font-size: 0.9em !important;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px !important;
    width: auto;
    height: 25px;
    background-color: #337ab7;
    border-radius: 3px 3px 3px 3px;
}


.tipoMaterialBusquedaDetalleSinDatos {
    font-size: 0.9em !important;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px !important;
    width: auto;
    height: 25px;
    background-color: #c1c1c1;
    border-radius: 3px 3px 3px 3px;
}


.linkDetalle
{
    color: white;
}

.linkDetalle:hover
{
   font-weight: bold;
   color: white;
}